Top-rated recipes tagged "twister"http://code.activestate.com/recipes/tags/twister/top/2009-11-03T18:14:29-08:00ActiveState Code RecipesText twister help?? (Python) 2009-11-03T18:14:29-08:00failhttp://code.activestate.com/recipes/users/4172193/http://code.activestate.com/recipes/576947-text-twister-help/ <p style="color: grey"> Python recipe 576947 by <a href="/recipes/users/4172193/">fail</a> (<a href="/recipes/tags/text/">text</a>, <a href="/recipes/tags/twister/">twister</a>). </p> <p>toast? ok so im working on a program that takes a randomly generated word n scrambles all the letters out </p> <p>then it spits out the letters (which are still scrambled) it will ask the users to type what they think the word is they get 10 tries before they lose </p> <p>the code so far has no bugs in it i just need to know the small piece / block of code that will scramble the letters in randwrd (this will be seen in the code)</p>