scheme_primitives.py 文件源码

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

项目:Charon 作者: forrestchang 项目源码 文件源码
def tscheme_forward(n):
    """Move the turtle forward a distance N units on the current heading."""
    _check_nums(n)
    _tscheme_prep()
    turtle.forward(n)
    return okay
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号