OverviewThe Python interpreter provides a number of built-in datatypes
Some of these are obvious (e.g., numbers)Others pertain to the operation of the interpreter (e.g., execution frames)We'll discuss the most common ones |
<<< | O'Reilly OSCON 2000, Introduction to Python, Slide 34 July 17, 2000, beazley@cs.uchicago.edu |
>>> |