Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Everything is object

This project aims to learn about object oriented programming (OOP), mutability, identity and data types in Python.

Technologies

  • Python Scripts are written with Python 3.4.3
  • Tested on Ubuntu 14.04 LTS

Files

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