01 2023 档案
摘要:1、篮球自动弹跳 import sysimport pygamepygame.init()size=width,height=640,480screen=pygame.display.set_mode(size)color=(0,0,0)ball=pygame.image.load("ball3.j
阅读全文
摘要:实例1、创建SQLite数据库文件 import sqlite3conn=sqlite3.connect('mrsoft.db')cursor=conn.cursor()cursor.execute('create table user(id int(10) primary key,name var
阅读全文
浙公网安备 33010602011771号