import matplotlib.pyplot as plt import numpy as np x=np.linspace(-5,5,100) plt.plot(x,np.sin(x)) plt.xlabel("axe des absesse") | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

import matplotlib.pyplot as plt import numpy as np x=np.linspace(-5,5,100) plt.plot(x,np.sin(x)) plt.xlabel("axe des absesse")

He guys . Please where I can execute like this cods it's about graphs and the numpy library

6th Jun 2022, 12:04 PM
Ilham AZALAM
Ilham AZALAM - avatar
3 ответов
+ 1
In ms visual studio code. https://code.visualstudio.com/Download
6th Jun 2022, 12:10 PM
JaScript
JaScript - avatar
+ 1
Thanks
6th Jun 2022, 12:16 PM
Ilham AZALAM
Ilham AZALAM - avatar
+ 1
I think this can also run on sololearn. You can also try online platforms like: - kaggle - Google colab notebooks
6th Jun 2022, 5:29 PM
Sandeep
Sandeep - avatar