Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 998 Bytes

File metadata and controls

61 lines (42 loc) · 998 Bytes

Markdonw basic

add your second header hear

add your third header hear

list

  • item 1
  • item 2
  • item 3
  1. item 1
  2. item 2
  3. item 3

hyper link:

Google:

Baidu:

insert picture hear

alt

Refer to an image

alt

引用

dfadsfasdfadsfa

dsfadsfads

字体设置

粗体

斜体

粗体+斜体

删除线

表格

姓名 年龄 特长
Larry 21 Programming

单行代码 和 多行代码 引用

single line code block

    def __init__(self, name, age, weight):
        self.name = name
        self.age = age
        self.__weight = weight