Markdown!
Subheading
This is the body written in Markdown
import numpy as np
l = ["This", " actually", " works!"]
for i in l:
print(i)
I'm very curious how much of this will actually work
This is the body written in Markdown
import numpy as np
l = ["This", " actually", " works!"]
for i in l:
print(i)
I'm very curious how much of this will actually work