0

How to display a message to user in python codes?

Whenever i run user input codes, the msg displayed is "looks like you need input". i want to display my own msg

1st Dec 2019, 12:54 AM
Shreyas Dixit
Shreyas Dixit - avatar
2 Réponses
0
a=input('Enter your message: ') print(a) Give the input you want when it asks for it to print your desired message.
1st Dec 2019, 1:05 AM
Avinesh
Avinesh - avatar
0
on SL to my knowledge you can't as far as the python playground...
1st Dec 2019, 1:34 AM
BroFar
BroFar - avatar