Sale!

COP 2002 Project 2-1: Student Registration solved

Original price was: $35.00.Current price is: $30.00. $25.50

Category:

Description

5/5 - (2 votes)

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.