DEV Community

Avinash Mathi
Avinash Mathi

Posted on

Welcome Message: Display a welcome message and explain the game rules to the user.

message=input("Enter the message")
print(message)
o/p
Enter the message Hello world
Hello world

Top comments (0)