Skip to content

Instantly share code, notes, and snippets.

View chenlola's full-sized avatar
🍉
lola

Li Guanchen chenlola

🍉
lola
View GitHub Profile
@chenlola
chenlola / gist:c83b7ea4802a89bc581b9d520b1dc2ea
Created March 19, 2018 21:31
Python List control With [ : ]
aList=[1,1,1]
bList=[2,2,2]
cList=[3,3,3]
_________________
List1 = aList
List1.append(0)
_________________
#Different of:
@chenlola
chenlola / Gist_MarkDown_Syntax.md
Last active July 18, 2020 18:32 — forked from benstr/readme.md
Gist Markdown Cheatsheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Paragraph