I. RAJESH KUMAR (MSc, M.Tech, B.Ed, M.Th)
1. Input a welcome message and display it.
Python
welcome_message = input("Enter a welcome message: ")
print(welcome_message)
No comments:
Post a Comment