Programming Examples
Python program to input a welcome message and print it
Write a python program to input a welcome message and print it
Output/ Explanation:
Enter welcome message : Good morning
Hello, Good morning
Write a python program to input a welcome message and print it
Output/ Explanation:
Enter welcome message : Good morning
Hello, Good morning