今天我们来制作一个计时器,需要使用pygame
,自行安装。话不多说,直接看代码:
import pygame
from pygame.locals import *
from time import sleep
pygame.init()
count = 0
def fillText(content,cn):
global can
今天我们来制作一个计时器,需要使用pygame
,自行安装。话不多说,直接看代码:
import pygame
from pygame.locals import *
from time import sleep
pygame.init()
count = 0
def fillText(content,cn):
global can