Question: Python Code Make a person class with the following parameters 1. firstname 2. lastname 3. birthday 4. address 5. telephone and the following methods 1.
Python Code
Make a person class with the following parameters
1. firstname
2. lastname
3. birthday
4. address
5. telephone
and the following methods
1. age form today
2. full name from fist and last
3. email from firstname.lastname@uconn.edu
Create 2 person objects and print the fields from each.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
