12 2022 档案
摘要:class Geese: '''大雁类''' def __init__(self,beak,wing,claw): print("我是大雁类!我有以下特征:") print(beak) print(wing) print(claw) def fly(self,state): print(state)
阅读全文
摘要:# NixieTube.py import turtle, time def drawGap(): turtle.penup() turtle.fd(5) def drawLine(draw): #绘制单段数码管 drawGap() turtle.pendown() if draw else tur
阅读全文
摘要:import pygame import sys pygame.init() screen = pygame.display.set_mode((640,480)) ball = pygame.image.load('small ball1(1)(1).jpg') ballrect = ball.g
阅读全文
浙公网安备 33010602011771号