浏览代码

Add python

Igor Shubovych 9 年之前
父节点
当前提交
f40df4adba
共有 2 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      pages/common/python.md
  2. 0 0
      pages/index.json

+ 15 - 0
pages/common/python.md

@@ -0,0 +1,15 @@
+# Python
+
+> Python language interpeter
+
+- Call a Python interactive shell (REPL)
+
+`python`
+
+- Execute script in a given Python file
+
+`python {{script.py}}`
+
+- Execute Python language single command
+
+`python -c {{command}}`

文件差异内容过多而无法显示
+ 0 - 0
pages/index.json


部分文件因为文件数量过多而无法显示