Skip to content

Instantly share code, notes, and snippets.

View mrspucches's full-sized avatar

Dominic Spucches mrspucches

  • Albany, NY
View GitHub Profile
import math
import random
#Counts how many times the user was wrong
#At 10 wrong letters the game ends
count = 0
#List of random words
rando = ["planet", "help", "smoke", "number", "right", "after", "quick", "brown", "jumped", " over"]