Write a function wordscramble that will receive a word in a string as an input argument. it will then randomly scramble the letters and return the result. here is an example of calling the function: > > wordscramble('fantastic') ans = safntcait

Solved
Show answers

Ask an AI advisor a question