Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 142 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 142 Bytes

python_snippet_codes

Snippets for python coding

Compile:

python -O -m py_compile test.py

(-O is basic optimization)

python test.pyo