1
import turtle as t
2
def square(a):
3
for i in range (4):
4
t. fd (50)
5
t. left (a)
6
square (100)
程序执行后生成的图形为( )
微信扫码预览、分享更方便