Thursday 2 April 2020

program: Print name of the user in python

name=input("enter your name")
print("hello",name)

No comments:

Post a Comment