Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 435 Bytes

File metadata and controls

11 lines (9 loc) · 435 Bytes

Built-ins

In addition to language keywords and operators, Python provides a large set of built-ins, functions that are a part of the core of the language. In practice, the built-ins are like a small standard library that you don't have to import to use.