3 Réponses
+ 6
We might need more information.
What do you want to do? Do you have a code bit?
Have you completed the Python course? It's in there.
Simply, input is handled so:
x = input()
You declare a variable (here it's x) and call for input.
If you have a codebit, please share it as per this code:
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
+ 4
And if the user runs the code, it will ask them to input something.
Also, if you're planning on multiple inputs, this might be helpful:
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
0
In between parentheses, who will fill it? User or coder? Cause when i run the code it asks me to input something...!