https://docs.python.org/3.3/library/turtle.html ... from turtle import * color('red', 'yellow') begin_fill() while True: forward(200) ...
確定! 回上一頁