Python: Write a program that asks for the last and first name of the user. The program will display the user’s initial

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Python: Write a program that asks for the last and first name of the user. The program will display the user’s initial

Post by answerhappygod »

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]
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply