用python画四叶草

你可以使用Python的turtle模块来画四叶草。下面是一个简单的例子:```pythonimport turtledef draw_clover(): window = turtle