Commit Graph

2 Commits

Author SHA1 Message Date
Ashwek Swamy
63b2c4efe0
Update lib.py
replaced size() with __len__ built-in
changed self.__components = components to self.__components = list(components)
replacing for loops with list comprehension
allowing -ve indexing in component() and changeComponent()
2018-11-12 23:08:07 +05:30
Alex Brown
564179a0ec increment 1 2018-10-19 07:48:28 -05:00