0
Please there is something simple that i couldn't understand. That is input, what it's
What is input in phyton
6 Antworten
+ 3
It's Python and not phyton.
+ 1
For String Input
g=input()
For int input
g=int(input())
For float input
g=float (input())
+ 1
https://www.sololearn.com/discuss/1428871/?ref=app
https://www.sololearn.com/discuss/2488112/?ref=app
https://www.sololearn.com/discuss/1574286/?ref=app
https://www.sololearn.com/discuss/276130/?ref=app
https://www.sololearn.com/discuss/1723747/?ref=app
https://www.sololearn.com/discuss/1381502/?ref=app
https://www.sololearn.com/discuss/1663186/?ref=app
https://www.sololearn.com/discuss/2137276/?ref=app
https://www.sololearn.com/discuss/2312207/?ref=app
https://www.sololearn.com/discuss/1051564/?ref=app
https://www.sololearn.com/discuss/1410520/?ref=app
+ 1
Hope this helps you
+ 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.
+ 1
Thanks for the help