Advertisement
Arcot

ch6 pg6

Nov 12th, 2022
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. first_name = input("Enter your first name")
  2. last_name = input("Enter your last name")
  3.  
  4. email_id = first_name[0] + '.' + last_name + '@zexagon.com'
  5.  
  6. print(email_id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement