Repositories (1)
CS2
1 snippets stored for this repo
/|\ |
/ \ |
===''']
words = ["hello","world", "python","wolf","orange","purple","yellow","red","blue","pink","green","stinky","pinky","stink","top","bottem","left","right","up","down","around","here","people","help","very","berry","apple","fruit","meat","steak","chicken","food","water","global","desktop","nothing","else","enter","leter","console","terminal","ports","problems","output","input","file","welcome","view","selection","edit","search","walk","through","source","search","explorer","test","testing","accounts","hang","man","hangman","hello","world","globe","winter","summer","fall","syrup","work","energy","formula","football","soccer","lacrosse","popper","BOP","rizz","sigma","skibidi","toilet","bridge","bus","crack","car","frat","pledge","college","donkey","unit","exam",""]
secret = random.choice(words) # sets the value "secret" to a random choice from the list of words
secret_list = list(secret)# turns
hidden = []