+ 1
How do I make it say what the input is in the text box? (python)
For instance if i wanted to ask what your name is i would put: Name = input(‘What is your name? ‘) It doesn’t say what is your name in the input box. How do i make it say that?
2 Respuestas
+ 3
It won't do that in the Code Playground.
0
:(