Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 17, 2021 17:04
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/fe52c82ee51b6cb589217bb473e3dbe4 to your computer and use it in GitHub Desktop.
Save amankharwal/fe52c82ee51b6cb589217bb473e3dbe4 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']
nouns = ['apple', 'dinosaur', 'ball', 'toaster',
'goat', 'dragon', 'hammer', 'duck', 'panda']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment