摘要:
python 运算符模块 operator 阅读全文
posted @ 2022-07-02 16:59 董锡振 阅读(673) 评论(0) 推荐(0)
|
|||
|
摘要:
python 运算符模块 operator 阅读全文
posted @ 2022-07-02 16:59 董锡振 阅读(673) 评论(0) 推荐(0)
摘要:
LookupError: 'base64' is not a text encoding; use codecs.encode() to handle arbitrary codecs 阅读全文
posted @ 2022-07-02 16:15 董锡振 阅读(1313) 评论(0) 推荐(0)
摘要:
python | TypeError: can only concatenate str (not "int") to str 只能将str(而不是“int”)连接到str 阅读全文
posted @ 2022-07-02 16:14 董锡振 阅读(179) 评论(0) 推荐(0)
摘要:
import time # pygame import pygame print("欢迎使用本程序") time.sleep(1.8) print("播音系统已启动") print("*************") pygame.mixer.init() pygame.mixer.music.loa 阅读全文
posted @ 2022-07-02 16:13 董锡振 阅读(81) 评论(0) 推荐(0) |
|||