Write Python code to obtain the balance amount.

balance = int(input('Enter balance here'))
print(balance)