scott-wilson/python-tutorial

Complete the Types section

Opened this issue · 0 comments

  • Boolean
  • Numbers
    • Integers
    • Long Integers
    • Floats
  • None
  • Casting
  • Mutable vs Immutable
  • #10 Strings
  • #11 Lists
  • #12 Tuples
  • #13 Dictionaries
  • #14 Sets
  • #15 Frozen Sets