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
7.有序列表
- one
- two
- 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}
]