Before we jump to calculations, let's use an f-string and the variable account to display Initial amount: 100.
account
Initial amount: 100
Make sure to pick print(f"Initial amount: {account}").
print(f"Initial amount: {account}")