Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- first_name = input("Enter your first name")
- last_name = input("Enter your last name")
- email_id = first_name[0] + '.' + last_name + '@zexagon.com'
- print(email_id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement