python Data Types

  1. strings
    • 'hello'used one line
    • "hello" used for one line
    • '''hello''' used for multiple lines
    • """hello""" used for multiple lines
  2. floats
    • ex
    • 3.0
    • 3.33
    • 5.9
    • 20.554334
  3. list
    list = [3, 4, 5, 6]
Author
etapia001
ID
254774
Card Set
python Data Types
Description
Python Data types
Updated