CBSE 11TH CLASS PROGRAM 1

 

1. Input a welcome message and display it.

Python

welcome_message = input("Enter a welcome message: ")

print(welcome_message)

No comments:

Post a Comment