Guest User

Untitled

a guest
Jan 19th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. def llista():
  2. frase = raw_input()
  3. frase = frase.split(" ")
  4. random.shuffle(frase)
  5. print frase
  6. llista()
Add Comment
Please, Sign In to add comment