python笔记

MarkDown语法

2017-08-06  本文已影响19人  GarveyLian

标题使用方式

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题
image.png

无序列表

image.png

有序列表

  1. 一次
  2. 二次
image.png

粗体与斜体

这个是粗体
这是斜体

image.png

图片与链接

百度

image.png

引用

这里是引用

要注意符号与文本直接的空格

image.png

表格

Tables Are Cool
11 12 13
21 22 23
image.png

代码框

a="hello world"
print(a)
movies=["The Holy Grail",1975,"The Life of Brian",1979,"The Meaning of Life",1983]
for eacn_item in movies:
  print(each_item)
image.png

分割线

你好世界


世界你好

image.png
上一篇 下一篇

猜你喜欢

热点阅读