Indentation
# Try to run the code below, what error do you get?
total_bananas = 4
price = 2
bill = total_bananas * price
print('Your bill is {}'.format(bill))Last updated
# Try to run the code below, what error do you get?
total_bananas = 4
price = 2
bill = total_bananas * price
print('Your bill is {}'.format(bill))Last updated