What will be the output of the following Python code? import turtle t=turtle.Pen() t.color(1,1,1) t.begin_fill() for i in range(0,3): ----t.forward(100) ----t.right(120) ----t.end_fill()
A、Blank page
B、A triangle filled in with the colour yellow
C、A triangle which is not filled in with any colou
D、Erro
发布时间:2025-05-16 10:24:58