+ 1
Taking User Input
Is it a must we add ( int(input())) why cant we do (input()) Any answers???
2 Respuestas
+ 3
Int is for numbers you can input with out the input
+ 2
Do you understand what is int doing? Do some search using Google about the return type of input function as well