Types and Data Structures
Type
Description
Example
Quick Reference
Creating Values
"This is a string" # String
42 # Number
3.14159 # Number
['apple', 'banana'] # List
{'x': 1, 'y': 2} # DictionaryCommon Operations
Operation
Strings
Numbers
Lists
Dictionaries
Last updated
Was this helpful?
