p2s

p2s学习笔记第四录

datawhale p2s 学习chapter_5与chapter_6 chapter_5:循环 for循环 for循环和循环范围 特点 基于提供的范围,重复执行特定次数的操作 range默认参数 range(a,b,c) a为起始值,b为终值+1,c为步长 a如果不写,默认为0 c不写默认为1 f ......
笔记 p2s p2 2s

p2s学习笔记第三录

datawhale p2s 学习chapter_4与选学01 chapter_4:条件 if语句 if语句 if x == 0: print(a) if-else 语句 if x == 0: print("B", end="") else: print("D", end="") abs转换示例 de ......
笔记 p2s p2 2s

p2s 学习笔记第二录

datawhale p2s 学习chapter_2与chapter_3 chapter_2 常用内置类型 整数 int 离散 浮点数 float 双精度 布尔值 bool True or False 类型 type 即int float等类型 字符串 string 5~9为数组类型 列表 list ......
笔记 p2s p2 2s

p2s 学习chapter_1与chapter_2

datawhale p2s 学习chapter_1与chapter_2 chapter_1 conda 安装配置 修改powershell执行策略(仅win10+非家庭版本需要) 进入windows powershell后输入: Set-ExecutionPolicy -Scope CurrentU ......
chapter p2s p2 2s
共4篇  :1/1页 首页上一页1下一页尾页