Test 1 Study Guide
Test 1 Study Guide
Built-in Types
● Python Numbers (pp. 1-8)
● Python Containers (pp. 11-17)
● Bytes (pp. 33-51)
● Strings (pp. 19-33)
● Sets & Dicts (pp. 59-65)
● Other Types (pp. 69-71)
Built-in Functions
● abs, bin, bool, breakpoint, bytearray, bytes, chr (pp. 1-4)
● float, help, hex, id, input, int, len, list, max, min, oct (pp. 9-16)
● divmod (p. 7)
● ord, pow, print (pp. 19-20)
● repr, round (p. 22)
● str, tuple, type (p. 24-26)
● open (pp. 16-19)