码迷,mamicode.com
首页 > 其他好文 > 详细

while循环与 for循环

时间:2018-05-14 15:41:44      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:for   http   class   one   col   color   pos   循环   style   

import turtle

while True:
    turtle.forward(80)
    turtle.right(68)
    if (abs(turtle.pos()))<1:
        break

turtle.done()

技术分享图片

while循环与 for循环

标签:for   http   class   one   col   color   pos   循环   style   

原文地址:https://www.cnblogs.com/duoduo-/p/9036253.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!