Advertisement
Guest User

123

a guest
Oct 14th, 2019
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. def gmail(numb):
  2. address = str(input("Type Addres: "))
  3. domain = str(input("Type Domain of address: "))
  4. while numb!=101:
  5. count = str(numb)
  6. print(address+count+domain)
  7. numb = numb+1
  8.  
  9. gmail(0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement