Input a welcome message and display it Python Program

 

welcome_message=input("Enter welcome message : ")
print("Hello, ",welcome_message)

 

 

Output:

Enter welcome message : "Welcome to https://cbsepython.in. This is the best place to learn CBSE Computer Science. Here you can find chapterwise notes for class 11-12, Practice Question Papers, Python Projects for Class 11 and 12, Chapterwise MCQs such as List, Tuple, String, Dictionary, file handling, mysql, computer networks etc."
('Hello, ', 'Welcome to https://cbsepython.in. This is the best place to learn CBSE Computer Science. Here you can find chapterwise notes for class 11-12, Practice Question Papers, Python Projects for Class 11 and 12, Chapterwise MCQs such as List, Tuple, String, Dictionary, file handling, mysql, computer networks etc.')
>>>

By Jitendra Singh

A complete solution for the students of class 9 to 12 having subject Information Technology (402), Computer Science (083). Explore our website for all the useful content as Topic wise notes, Solved QNA, MCQs, Projects and Quiz related to the latest syllabus.

Copywrite © 2020-2025, CBSE Python,
All Rights Reserved
error: Content is protected !!