摘要: day1 turtle pos()获取位置,获得的是一个元组,可以通过索引获取x y值 使用sqrt要import math,然后math.sqrt 也可以from math import sqrt 就能直接使用sqrt了 day3 厘米和英尺转换可以添加上break但还存在问题,后期解决(已解决) 阅读全文
posted @ 2019-10-26 19:44 Jull 阅读(207) 评论(0) 推荐(0)