PYTHON INBUILT FUNCTIONS 1. range Its an int generator Can be used for grouping if sets It uses constant memory space unlike lists that grow in size together with the memory 2. HashMaps/Called Dictionary in python