Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create a Phone object
Python Code Challenge
143 -
Create a class "Phone" with properties for brand, model, and storage. Create methods for printing the phone information, and a method to upgrade the storage.
Python
Object Oriented Programming