ITCS > Python > Flashcards
Print
Print(“what is your name”)
Name
Name=input()
Print name
Print”(hello”, name, “nice to meet you”)
Print number
Print(“enter a number
Num1
Num1 = int(input)()
Print another number
Print(“enter another number”)
Num2
Num2 = int(input)()