Computer Science, asked by AyushKrishnan1630, 24 days ago

Write a program to display your name by taking user’s input.

Answers

Answered by vr106367
0

Answer:

The following is written in python program:

name = input("Enter your name: ")

print("Welcome " , name)

Explanation:

Please mark me as brainliest!!

Similar questions