0
How can i plot graphs using python?
like getting a plot for sine function for different values
2 Respostas
+ 4
We can't do it on Sololearn, but on your PC, you can use matplotlib:
https://matplotlib.org/users/pyplot_tutorial.html
Don't forget to install the module first 😉
+ 3
Try turtle module on web, it uses python script
But notice that it uses py2, not py3