Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create a Computer object
Python Code Challenge
145 -
Create a class "Computer" with properties for CPU, RAM, and hard drive. Create methods for upgrading the components, and a method to check the specs.
Python
Object Oriented Programming