import turtle turtle.speed("fastest") turtle.pensize(1) for y in range(200): turtle.forward(3*y) turtle.left(20) turtle.right(175) getchar()
中级程序员
by: chengtian 发表于:2021-11-15 14:19:26 顶(3) | 踩(1) 回复
开始踏入编程的世界,虽然说我现在是菜鸟,我相信总有一天会成为大佬的
中级程序员
by: chengtian 发表于:2021-11-15 14:19:26 顶(3) | 踩(1) 回复
开始踏入编程的世界,虽然说我现在是菜鸟,我相信总有一天会成为大佬的
回复评论