Skip to content

Instantly share code, notes, and snippets.

View jvadillo's full-sized avatar
💭
Code, Learn & Teach

Jon jvadillo

💭
Code, Learn & Teach
View GitHub Profile
@bgoonz
bgoonz / python-cheatsheet.py
Last active March 7, 2023 15:53
python-cheatsheet.py
# Single line comments start with a number symbol.
""" Multiline strings can be written
using three "s, and are often used
as documentation.
"""
####################################################
## 1. Primitive Datatypes and Operators
####################################################