1. 首页
  2. 数据库
  3. 其它
  4. 莫烦PYTHON——Python3基础教程 学习心得(1)

莫烦PYTHON——Python3基础教程 学习心得(1)

上传者: 2020-12-23 05:43:02上传 PDF文件 36.09KB 热度 19次
莫烦PYTHON——Python3基础教程 学习心得(1)1 安装2 基本使用2.1 print功能2.2 基础数学运算2.3 变量variable3 while和for循环3.1 while循环3.2 for循环4 if语句4.1 if判断4.2 if else判断4.3 if elif else判断 1 安装 推荐直接安装Anaconda和Pycharm。 2 基本使用 2.1 print功能 在Pycharm中Python Console练习: print(1) 1 print('we are going to do sth') we are going to do sth print(
用户评论