#This program wll show you who's going to win the Rugby League World Cup next year. #Finds out from user who they got winning the World Cup next year team = input("Who's going to win the Rugby League World Cup next year? ") #Gives them the answer if team == "Tonga": print("Correct, Smart!") else: print("Wrong!") print ("The program has ended")