摘要:
import tkinter as tk from tkinter import messagebox import sqlite3 1. 数据库初始化,创建学生表 def init_db(): conn = sqlite3.connect("class_info.db") cur = conn.c 阅读全文
posted @ 2026-06-17 21:49
何裕双
阅读(1)
评论(0)
推荐(0)
摘要:
import random def print_info(): print("="50) print("乒乓球比赛胜率模拟程序 | 作者学号后两位:XX") print("规则:单场7局4胜,单局先11分胜;10平需净胜2分") print("输入说明:选手1能力值、选手2能力值、模拟总场次") p 阅读全文
posted @ 2026-06-17 21:37
何裕双
阅读(2)
评论(0)
推荐(0)
浙公网安备 33010602011771号