N_dim_cubes_color.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:N_Dimensional_Cubes_python 作者: Daniel-The-Coder 项目源码 文件源码
def line(x1, y1, x2, y2):
    t.up()
    t.setx(x1)
    t.sety(y1)
    t.down()
    t.goto(x2, y2)
    # print ("Line drawn from (",x1,", ",y1,") to (",x2,", ",y2,").")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号