Computer Science, asked by sudeshkumari712, 19 days ago

input a welcome message and display it​

Answers

Answered by hardeephundal1
0

Answer:

The below statement will prompt the user to text the name. Then we need to welcome the person with the name. "Print" statement is used to display text or content to the user. Print("Welcome",name) - This statement would concatenate the welcome message along the name which is nothing but the input given by the user.

Answered by ishwaryam062001
0

Answer:

A  welcome message and display it​

Explanation:

From the above question,

Sure! Here's an instance of a welcome message:

Welcome to our website ! We're happy you are right here and hope you revel in your visit. If you have any questions or feedback, please do not hesitate to contact us. Thank you for selecting us as your on-line destination.

                                        PYTHON

message=input ( " Enter welcome message : " )

print ( " Welcome to our website! We're happy you are right here and hope you revel in your visit. If you have any questions or feedback, please do not hesitate to contact us. Thank you for selecting us as your on-line destination." , message)

For more such related questions : https://brainly.in/question/38480027

#SPJ2

Similar questions