salut
j'ai une question sur Python
.. si mon programme est correct car j'avais pas la chance de questionner ma maîtresse ou le tester .
from turtle import*
title("abc")
shape("turtle"
color("green")
bgcolor("red")
width(4)
fd(100)
up()
goto(50,-50)
down()
fillcolor("yellow")
begin_fill
circle(20)
end_fill




merci beaucoup​