Python program to input welcome message and print it
In this python program, we will print welcome message in python, which can take input from user and display appropriate message depending upon the user-entered input. In this program,we will use input method…