ch 7 user input
name=input("type your name")
print("hello"+name)
# inpurt command can help to ask your user anything you want likr name age and height
age=input("type your age")
print("hello your age is"+age)
# input can omly use string formate but you can use int to print number on it
Comments
Post a Comment