Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Match commentry
- goals = int(input("How many goals were scored at the match today? "))
- if goals == 0:
- print ("Wow that must have been a boring game :(")
- elif goals <=2:
- print ("The game can't have been very interesting")
- elif goals <=5:
- print ("The game had some amazing highlights!")
- else:
- print ("Fantasitc game, amazing play!")
- print ("Thanks, see you at next week's match")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement