Please there is something simple that i couldn't understand. That is input, what it's | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please there is something simple that i couldn't understand. That is input, what it's

What is input in phyton

10th Feb 2021, 5:54 PM
Hussaini Kamall
Hussaini Kamall - avatar
6 Answers
+ 3
It's Python and not phyton.
10th Feb 2021, 7:54 PM
Sonic
Sonic - avatar
+ 1
For String Input g=input() For int input g=int(input()) For float input g=float (input())
10th Feb 2021, 5:57 PM
Atul [Inactive]
+ 1
Hope this helps you
10th Feb 2021, 5:58 PM
Atul [Inactive]
+ 1
with input user can entre any possible data and you program will work accroding to user input. example: you made a program that takes total of 2 inputs and result will be addition of that input.
10th Feb 2021, 6:00 PM
Soham Parmar
Soham Parmar - avatar
+ 1
Thanks for the help
10th Feb 2021, 6:04 PM
Hussaini Kamall
Hussaini Kamall - avatar