Some testing ive done
21 Sep 2018
This the first test I have done in here
Testing if modifications are taken into account by docker
Some mathematics to see: \[\Sigma_{i=0}^{n}x_i \]
import numpy as np
""" some helper function """
def user(x):
for(i in range(0,10)):
print(2*x)