Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.17 KB

File metadata and controls

17 lines (15 loc) · 1.17 KB

0x06. Python - Classes and Objects

Table of contents

Files Description
0-square.py Python class Square that defines a square
1-square.py Python class Square that defines a square based on the previous one
2-square.py Python class Square that defines a square based on the previous one
3-square.py Python class Square that defines a square based on the previous one
4-square.py Python class Square that defines a square based on the previous one
5-square.py Python class Square that defines a square based on the previous one
6-square.py Python class Square that defines a square based on the previous one
100-singly_linked_list.py Python class Node that defines a node of a singly linked list
101-square.py Python class Square that defines a square based on 6-square.py
102-square.py Python class Square that defines a square based on 4-square.py
103-magic_class.py Python class MagicClass that does exactly the same as a given ByteCode