Python 学习day01

Python 学习day1

作息表

python发展方向

一.pyhton3.6安装

二.pythoncharm安装

三.Typora使用

1.加粗

​ 我被 加粗了

2.斜体

​ 我 倾斜了

3.高亮

​ 我高亮了

4.上下标

​ ①上标

​ 22

​ ②下标

​ H2o

5.代码引用

①>式

hello world!

hello world!

hello world!

②```式
print('hello world')
③`式

print('hello world')

6.插入链接

python官网https://www.python.org

python官网

7.有序列表

  1. one
  2. two
  3. three

8.无序列表

  • one
  • two
  • three

9.分割线


10.表格

name time late
a 8.25 no
b 8.31 yes

11.数学公式

①行内嵌

​ 内嵌数学公式(sum_{i=1}^{10}f(i)\,\, ext{thanks})

②块状

[sum_{i=1}^{10}f(i)\,\, ext{thanks} ]

原文地址:https://www.cnblogs.com/samoo/p/11390070.html