0
what mistake did i did again
2 Réponses
+ 1
I meant copy the code exactly. I didnt put anything in the input() brackets. That would defeat the purpose of asking for an input if you just type it in the code, think about that.
when you use input(), the computer will basically ask you for info. you type it in, then hit enter and the variable name is now assigned to the value you typed in.
please either try this more yourself, or go through the python tutorial for input
0
https://code.sololearn.com/cBKM6zaR1r8K/?ref=app
See this, I think you understand :))