msg=input("Enter a message: ")
print("Your Message is : ",msg)
Output:
Enter a message: Python
Your Message is : Python
No comments:
Post a Comment