Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create an Animal object
Python Code Challenge
140 -
Create a class "Animal" with properties for species, sound, and weight. Create methods for making the animal make its sound and for printing its information.
Python
Object Oriented Programming