COP 2002 Project 2-1: Student Registration

$30.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (4 votes)

Project 2-1: Student Registration
Create a program that allows a student to complete a registration form and displays a
completion message that includes the user’s full name and a temporary password.
Console
Student Registration
First name: Eric
Last name: Idle
Birth year: 1934
Welcome Eric Idle!
Your registration is complete.
Your temporary password is: Eric*1934
Specifications
 The user’s full name consists of the user’s first name, a space, and the user’s last name.
 The temporary password consists of the user’s first name, an asterisk (*), and the user’s birth year.
 Assume the user will enter valid data.
 Save the file with the filename registration_XXX.py where XXX is either your initials or your last
name.