+ 1
Can you make it so that your program puts the text first then ask for input?
2 Respostas
+ 5
example:
python 2.x:
raw_input('Text that console will prompt.')
python 3.x
input('Text that console will prompt.')
In Python 3.x. raw_input was removed because:
The difference is that raw_input can handle code commands and that makes it vulnerable while input only handles alphanumeric characters and symbols.
However as the others stated, this cannot be done through here. Qpython - is free and a tiny program for your Android device to do this on. personally I use PyDroid.
I hope this helped you on your quest.
Dr.
+ 2
Of course you can, but not here on SoloLearn.