activity2 = input("Pick another activity or hobby: ")
something1 = input("Pick something you like: ")
something2 = input("Pick another thing you like: ")
something3 = input("Pick one thing you dislike: ")
something4 = input("Pick a second thing you dislike: ")
something5 = input("Pick a third thing you dislike: ")
something6 = input("Pick a fourth thing you dislike: ")
somejob = input("Pick a job you like: ")
friendnumber = input("How many friends do you have?: ")
print("nI am {} {}. I am {} years old. I go to {} {} School. My hobbies are {} and {}. I like {} and {}. I dislike {}, {}, {}, and{}. I want to be {} when I grow up. And I have {} of friends. The End.".format(firstname, lastname, agenumber, schoolname, schooltype, activity1, activity2, something1, something2, something3, something4, something5, something6, somejob, friendnumber))
Comments (0)
See all