1) Create a class namedUserin fileuser.py
2) Create two attributes (variables) calledfirstNameandlastName.
3) Then create at least 3 other attributes that are commonly stored in a user profile.
4) Create the "setter" and "getter" for each attribute, e.g.setFirstName()andgetFirstName()and so on.
5) Create a method namedDescribeUser()that displays a summary of the user's information.
6) Create at least 3 instances (objects) of User and call DescribeUser() for each.
7) Each object is in a separate file, named .py where is the last name of the object you created.
8) Zip the 4 files together and submit online.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here