# This is my questions game print("Hi! Let's play a game!") print("Please answer my questions") print("Who?") who=input() print("What?") what=input() print("Where?") where=input() print("When?") when=input() answer=who+" went to the shops, bought "+what+", took it to "+where+" and ate it "+when print(answer)