185k views
16 votes
Write a program that display yor name

User Indivara
by
3.5k points

1 Answer

6 votes

Answer:

For python:

Step-by-step explanation:

Name = input("What is your name? ")

print("Hello " + Name + "!")

User Phuongnd
by
3.2k points