登录 注册
当前位置:主页 > 资源下载 > 50 > Python画皮卡丘3.py下载

Python画皮卡丘3.py下载

  • 更新:2024-05-20 11:36:26
  • 大小:1KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:PHP - 课程资源
  • 格式:PY

资源介绍

用Python画皮卡丘 喜欢皮卡丘的朋友们速来! 以下为部分代码: from turtle import * screensize(650,500,"yellow") setup(800,550) penup() goto(-185,65) pendown() pensize(5) color("black") begin_fill() circle(50,360) end_fill() penup() goto(-210,110) pendown() pensize(5) color("white") begin_fill() circle(20,360) end_fill()