标签:python imp war bre abs pytho rtl while break
import turtle while True: turtle.forward(150) turtle.right(100) if abs (turtle.pos())<1: break turtle.done()
weare
原文地址:https://www.cnblogs.com/TANJINGTIAN/p/9036257.html