Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. # FIXME (1): Finish reading another word and an integer into variables.
  2. # Output all the values on a single line
  3. favoriteColor = input('Enter favorite color: \n')
  4.  
  5.  
  6. # FIXME (2): Output two password options
  7. password1 = favoriteColor
  8. print('\nFirst password:')
  9.  
  10.  
  11. # FIXME (3): Output the length of the two password options
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement