COP2002 Project 2-1: Student Registration solution

$24.99

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

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.