Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 17, 2021 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/8829140a82b59bb8b39d72847bda6ea5 to your computer and use it in GitHub Desktop.
Save amankharwal/8829140a82b59bb8b39d72847bda6ea5 to your computer and use it in GitHub Desktop.
import random
import string
print("Welcome to Password Picker")
adjectives = ['sleepy', 'slow', 'smelly', 'wet',
'fat', 'red', 'orange', 'yellow', 'green',
'blue', 'purple', 'fluffy', 'white', 'proud', 'brave']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment