- 博客(2)
- 收藏
- 关注
原创 Java常用词汇
Java常用词汇 单词 音标 注释 a collection of… 一组… a couple of… 几个 a kind of 一种 a number of… 许多… ...
2020-10-15 23:19:43
1189
原创 Python动态画图小代码(Turtle Graphics)
1. 穿雨鞋的小鸭 from turtle import * #扁嘴 pensize(2) pu() goto(-100,100)#上嘴最高顶点 seth(-50) pd() color('#6C3100','#FADD77') begin_fill() fd(16) vertex_right = pos()#嘴最右顶点 rt(50) fd(12) vertex_down = pos()#下嘴最低顶点 rt(80) fd(30) circle(-3,200) vertex_left = pos(
2020-10-12 22:55:59
5097
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人