Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. .shuffle()
  2.  
  3. .split()
  4.  
  5. print('[%s]' % ', '.join(map(str, mylist)))
  6.  
  7. def getWord(wordList):
  8. wordIndex=random.randint(0,len(wordList)-1)
  9. return wordList[wordIndex]
  10. print('%s' %(words))
  11.  
  12. ideas='stack of books, pile of rocks, pine cone'
  13. print ('%s' %(ideas))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement