摘要:重装系统后, 移动了python所在目录后, 使用 pip3 install xx 提示: Fatal error in launcher: Unable to create process using '"C:\Software\Python310\python.exe" "D:\Aliwall\
阅读全文
摘要:Python 使用 xlrd 读取.xlsx Excel文件报错 raise XLRDError(FILE_FORMAT_DESCRIPTIONS[file_format]+'; not supported')xlrd.biffh.XLRDError: Excel xlsx file; not su
阅读全文
摘要:a = "1" b_name = "小牛牛" # 用 %s 代替一个参数 s 是字符串str的意思. print("my name is %s" %b_name) print("my name is %s and my age is %s years old." % (b_name, a)) # m
阅读全文