原文:Python選修課第二屆Turtle繪圖大賽 (皮卡丘)

a 徐虎 何磊 b import turtle as t def y a,b : t.pu t.goto a,b t.pd def y a,b : t.pu t.goto t.xcor a,t.ycor b t.pd t.setup width ,height t.speed t.pensize 身體輪廓 y , t.seth t.circle , t.seth t.circle , t.set ...

2019-05-15 23:37 0 596 推薦指數:

查看詳情

pythonturtle庫畫皮卡丘

20180406027 鄧睿涵 20180406064 王茜 from turtle import * screensize(650,500,"yellow") setup(800,550) penup() goto(-185,65) pendown ...

Thu May 16 06:56:00 CST 2019 0 5165
Python皮卡丘

參考:[Charles的皮卡丘](https://mp.weixin.qq.com/s?__biz=MzU2NDI1MjkwNA==&mid=2247485551&idx=1&sn=65ecb00d1ea29c1c91d4d468cbc2244f&chksm ...

Wed Feb 27 01:49:00 CST 2019 0 2297
第二屆“傳智杯”全國大學生IT技能大賽(初賽同步)

P6363 軟件工程實習 題目描述 某大學的《軟件工程》必修課分為理論和實踐部分。理論部分由該校教授完成授課;而實踐部分是由第三方的公司主導,需要同學們在五周時間內自學 HTML、css、JavaScript、vue、Python、django 等技術,並組隊完成一個真實的互聯網商業應用 ...

Mon Nov 01 06:19:00 CST 2021 0 118
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM