在家无聊用 Python 画单身狗

学Python ,用RPA,艺赛旗RPA 2020.1全新首发免费下载 点击下载 www.i-search.com.cn/index.html?from=line1 python turtle 可以画图,搞出许多有趣的可视化东西,比如单身狗: 代码如下: from turtle import * setup 设置画布大小 screensize(100, 100) 设置画笔粗细 pensize(5)
相关文章
相关标签/搜索