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

9th Oct 2019, 5:33 PM
Abhinav
5 Answers
+ 2
Try this balance = int(input()) print('Your balance is:',balance) The f with the curly brackets is called an f-string
9th Oct 2019, 6:43 PM
Rik Wittkopp
Rik Wittkopp - avatar
0
why f?
9th Oct 2019, 6:03 PM
Abhinav
0
and curly brackets
9th Oct 2019, 6:04 PM
Abhinav