Computer Science, asked by samanthaangel0006, 10 months ago

write a python program to print your name

Answers

Answered by 3140
10

Answer:

print("3140")

Explanation:

Answered by KajalBarad
6

Python Program to print your name :-

Person=input('Enter your name ?')

Print('Hello Mr, person)

  • Python is a high level programming language

  • Python can bes used on a server for making web applications.

  • Python Programming language was first designed by Guido Van Rossum.

So, Python Program to print your name

Person=input('Enter your name ?')

Print('Hello Mr, person)

Similar questions