3 Respuestas
0
Do you mean to paint something?
0
If you want to paint sth in py3, you can use module matplotlib.
Just type
import matplotlib.pyplot
You can also “import turtle” to use python turtle to paint. It is an easier way.
Muhammad Andrean
0
Ok I want to try it...