Guest User

Untitled

a guest
Dec 23rd, 2017
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. print('enter your email for registration')
  2. entered=input('your email is:')
  3. if(entered=="",'@hotmail.com') or (entered=="",'@gmail.com') or (entered=="",'@yahoo.com'):
  4. print('registration is successful. your email is :', entered)
  5. else:
  6. print('incorrect registration. you can use only hotmail, gmail or yahoo domain')
Add Comment
Please, Sign In to add comment