Article

post_img

摘要

“””     for  for 嵌套 “”” “””     *****     *****     *

post_img

python 集合

摘要

“”” 集合 练习:exercise01 “”” 1. 创建空集合 s01 = set() 2. 创建具有默认值的集合 s01 = ̷

post_img

摘要

""" 画出下列代码内存图 """ list01 = [1,2] # …

post_img

python 2020.2.21笔记

摘要

Day02回顾 1、Linux命令 1、rm -rf 文件/目录 rm -rf * 2、cp 文件 路径 cp -r 目录 路径 …

post_img

python2.20笔记

摘要

Day01回顾 1、pwd :查看当前所在路径 2、ls ls -l :长格式/列表形式 ls -a :包含隐藏 ls -la l …

post_img

2020.2.18笔记

摘要

1、三大操作系统 1、Unix :MacOS 2、Linux :Ubuntu18.04 、CentOS、RedHat 3、Wind …