Advertisement
ShaunakVids

6.1 Program to input a welcome message and print

Sep 18th, 2024
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. #Program to input a welcome message and print.
  2.  
  3. message = input("Enter a welcome message: ")
  4. print("\nHello,",message)
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement