input funuction in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

input funuction in python

hi everyone , can help me about the rugular using of input in python

13th Dec 2018, 3:40 PM
Sajjad
1 Answer
0
x = input() if you want it to be an int you can do x = int(input())
28th Jul 2022, 8:27 PM
Bogyo - Leția Eduard
Bogyo - Leția Eduard - avatar