摘要:
# -*- coding: utf-8 -*- from tkinter import * import random def jiajian(): # 加减法函数,生成加数,和,被减数,减数,差 joj = random.randint(1, 2) a = random.randint(1, 99 阅读全文
posted @ 2023-06-02 10:54
Adventur
阅读(59)
评论(0)
推荐(0)
2023年6月2日