This project aims to learn about object oriented programming (OOP), mutability, identity and data types in Python.
- Python Scripts are written with Python 3.4.3
- Tested on Ubuntu 14.04 LTS
All .txt files store the answers to the questions asked by Holberton staff.
| Filename | Description |
|---|---|
19-copy_list.py |
Function that returns a copy of a list |
100-magic_string.py |
Function that returns a string "Holberton" n times the number of the iteration |
101-locked_class.py |
Class LockedClass with no class or object attribute, that prevents the user from dynamically creating new instance attributes, except if the new instance is called first_name |