slides/example/index.md
markdown fileimages
subfolderSimple equation:
Complex equation:
def calculate_energy(mass):
"""Calculate energy using E = mc^2"""
c = 299792458 # speed of light
return mass * (c ** 2)
energy = calculate_energy(1.0) # kg
print(f"E = {energy:e} joules")
Right Arrow
or Space
Left Arrow
Esc
F
(toggle)S
(toggle)S
(toggle)S
(toggle)S
(toggle)Column 1 | Column 2 | Column 3 |
---|---|---|
Row 1, Col 1 | Row 1, Col 2 | Row 1, Col 3 |
Row 2, Col 1 | Row 2, Col 2 | Row 2, Col 3 |
Row 3, Col 1 | Row 3, Col 2 | Row 3, Col 3 |