Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 321 Bytes

outline.python.md

File metadata and controls

13 lines (11 loc) · 321 Bytes

#most different:

ext=py comment='''...''' # line break=\n var define= if else=if : ...elif :... else: for while switch=for i in range(5): function=def func(arg1,...):

string=" ' ''' """ array hash=array('a'=>b,...),[] date=from datetime import datetime as dt\ dt.fromtimestamp(1304442000).strftime('%Y-%m-%d %H:%M:%S')