Contribute Media
A thank you to everyone who makes this possible: Read More

What is a class?

Description

Classes are for coupling state (attributes) and functionality (methods). Calling a class returns an instance of that class. Class and "type" are synonyms in Python.

Details

Improve this page