Question:
write a word jumble game. the program will read a word from a file of words, 
scramble the order of letters of the word, print the scrambled word, ask the 
user to make a guess, congratulate the user if she/he was able to correctly 
figure out the word, and repeat this process until the file runs out of 
words. (Hint:you can use ramdom.shufflefunction to scramble the letters)

Please can you answer this problem?

thanks...
Aysun


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to