2025年9月26日

摘要: # 打印hello world print("Hello World")# 单行注释"""多行注释 三个双引号"""# 变量 字符,数字,浮点,布尔name = 'hell'age = 32money = 12.34sex = Trueprint(type(name)) # strprint(typ 阅读全文
posted @ 2025-09-26 23:04 Jun-Wang 阅读(7) 评论(0) 推荐(0)
摘要: 官网下载 https://www.jetbrains.com.cn/en-us/pycharm/download/other.html 选择自己喜欢的版本 傻瓜式 安装 阅读全文
posted @ 2025-09-26 21:17 Jun-Wang 阅读(12) 评论(0) 推荐(0)
摘要: 1. 官方网站 下载地址 https://www.python.org/downloads/windows/ python-3.11.9-amd64.exe 2. 右击管理员身份运行 .exe 自定义安装 配置path环境变量 2个 D:\Python311 D:\Python311\Scripts 阅读全文
posted @ 2025-09-26 20:05 Jun-Wang 阅读(15) 评论(0) 推荐(0)

导航