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
scheme_primitives.py 文件源码
python
阅读 44
收藏 0
点赞 0
评论 0
评论列表
文章目录