test

Python code posted
created at 07 Nov 23:51

Edit | Back
1
2
3
x = np.arange(10)
for i in range(len(x)):
    print(i)
58 Bytes in 2 ms with coderay