0

input("message")

well, this open a window for user to type, but where is the input stored in this case, since I'm not declaring any variable?

29th Sep 2016, 12:17 PM
Marta Martins
Marta Martins - avatar
4 Answers
+ 2
its not stored, the message is output to console immediately after it is received.
29th Sep 2016, 12:49 PM
Mythos
+ 1
write this >>> message = input ("Message:") Message: ciao >>> print (message) 'ciao'
29th Sep 2016, 5:20 PM
Giovanni Gatto
Giovanni Gatto - avatar
0
thanks for the answers
29th Sep 2016, 2:20 PM
Marta Martins
Marta Martins - avatar
0
thanks for the answers
29th Sep 2016, 2:21 PM
Marta Martins
Marta Martins - avatar