1 min read

Test of Python

import math

print(3 + math.exp(3) + math.cos(0.3))
## 24.040873412313275

Er det ikke noe output til markdown?