How to write a function in python that returns scrambled letters from a word?
April 17, 2013 – 4:00 pmI am trying to use python 3 to write a function that uses a word in a string and returns the letters of that word in a randomized order. Basically the function would take a word and scramble its letters. Please help!