摘要:
流程控制之for循环 语法 循环:重复(按照某种规律的)做一件事情 name_list = ['nick','jason','tank','sean'] n = 0 while n x = int('111') print(type(x)) x = int('11.1') 报错 print(x) 常 阅读全文
摘要:
pycharm快捷键的使用 ctrl + c 复制,默认复制整行 ctrl + v 粘贴 ctrl + z 撤销 ctrl + x 剪切,默认剪切整行 ctrl + a 全选 ctrl + f 查找;选中批量修改 shift + ctrl + z 反撤销 ctrl + d 复制粘贴选中内容,没有选中 阅读全文
摘要:
一级标题 二级标题 三级标题 四级标题 五级标题 六级标题 加粗 斜体 ==高亮== 2^2^ H~2~O hello markdown! hello markdown! hello markdown! "百度一下" 1. one 2. two 3. three one two three name 阅读全文