Vlad5080

test

Mar 29th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. phrase = "Give me liberty or give me sweets"
  2. a = len(phrase)
  3. print(phrase)
  4. password =""
  5.  
  6. for i in range(phrase.split(' ')):
  7.     password.append(phrase[0])
  8.  
  9. print(password)
Advertisement
Add Comment
Please, Sign In to add comment