chucktheclone
Feb 12, 2005
word = ["h","e","l","l","o"] len1 = len(word) blanks = ["_","_","_","_","_"] print ''.join(word) print ' '.join(blanks) def lb(): guess = raw_input("Choose a letter. ") count1 = 0 ...
thanks for the help. i saw that 2 days after i posted.