Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class User:
- name1 = input("What is your name?")
- name2 = input("What is your second name?")
- age = int(input("How old are you?"))
- print("Your full name is " +name1 " " +name2)
- print(",and you are " +age " years old!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement