Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create a Person object
Python Code Challenge
133 -
Create a class "Person" with properties for name, age, and address. Create methods for introducing the person and for printing their information.
Python
Object Oriented Programming