0
What is wrong in the code?
How do we insert a int after the last word of the string https://code.sololearn.com/ccy65qU8lID8/?ref=app
5 Answers
+ 2
Try this
balance = int(input())
print('Your balance is:',balance)
The f with the curly brackets is called an f-string
0
why f?
0
and curly brackets