Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 231 Bytes

File metadata and controls

9 lines (6 loc) · 231 Bytes

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