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
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.
0
on SL to my knowledge you can't as far as the python playground...