fin cours 3
This commit is contained in:
4
python/3/dessin.py
Normal file
4
python/3/dessin.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import matplotlib.pyplot as plt
|
||||
plt.plot([1,2,3,4])
|
||||
plt.ylabel('des nombres')
|
||||
plt.show()
|
Reference in New Issue
Block a user