4 lines
68 B
Python
4 lines
68 B
Python
import ledger
|
|
|
|
def get_amount(item):
|
|
return item.amount() * 100
|