scheme_primitives.py 文件源码

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

项目:Charon 作者: forrestchang 项目源码 文件源码
def tscheme_color(c):
    """Set the color to C, a string such as '"red"' or '"#ffc0c0"' (representing
    hexadecimal red, green, and blue values."""
    _tscheme_prep()
    check_type(c, scheme_stringp, 0, "color")
    turtle.color(eval(c))
    return okay
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号