Python:
Write a program that asks for the lastand first name of the user. The program will display theuser’s initial to be the first character of first name and lastname. It will also generate the user’s email address as thefirst character of the first name and full last name.
Output sample:
User Entry
Enter last name: Smith
Enter first name: John
Identity Summary
Users Initials:JS
Users Emailaddress: [email protected]
Python: Write a program that asks for the last and first name of the user. The program will display the user’s initial
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am