how to input numbers after running | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to input numbers after running

i only have some basic ideas of python,i can only input numbers in source code

24th Aug 2016, 5:59 AM
hermans
hermans - avatar
2 Answers
0
What do you mean by that? Do you mean after you running the program how you can input a statement?
24th Aug 2016, 6:16 AM
Darth Vador
Darth Vador - avatar
0
The only way to input something is if you put something like user=input("Input Statement: ") Or if you need a number inputed and defined as a number you put user=float(input)("Enter a Number")) Or if you need to put more than one input you put a space after each input. For example: John Timmy Hello That's three input's because there's a space. Hope that helps at all
24th Aug 2016, 6:21 AM
Darth Vador
Darth Vador - avatar