Initial commit

This commit is contained in:
Senad Uka
2019-11-17 12:44:16 +01:00
parent e41eae7301
commit a3ef27c7a0
4894 changed files with 1771218 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from matplotlib import pyplot as plt
plt.figure()
plt.plot(range(4))
plt.show()