Mood of the day: Good
H1 Heading
H2 Heading
H3 Heading
Here’s some basic text.
And here’s some italics Here’s some bold.
Bulleted list:
- first item
- second item
- third
Numbered list:
- first item
- second item
- third
import numpy as np
def test_function(x, y):
z = np.sum(x, y)
return z
Here is some inline code x + y
Here’s an image:
Here’s some math:
You can also put it inline
Leave a comment