2020-10-08

    科技2025-08-11  7

    from turtle import * fillcolor('red') begin_fill() while True: forward(200) right(114) if abs(pos()) < 1: break end_fill()

    Processed: 0.012, SQL: 8