1.

How to write our name in Python

Answer»

ANSWER:

In Python, we can GET user INPUT LIKE this: name = input("Enter your name: ") print("Hello", name + "!")



Discussion

No Comment Found