1 - name=input("What is your name: "), 2 - location=input("Where were you born: "), 3 - hobby=input("What is your favorite hobby:"), 4 - age=input("What is your age: "), 5 - print("Thank you for the info, you said your name is",name), 6 - print("you were born in",location, "and you like to do ",hobby), 7 - print("your age",age,"years old"),

solution to Task 2. match the program code to the line number.

Leaderboard

Visual style

Options

Switch template

Continue editing: ?