diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/python/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/python/index.html b/dev/python/index.html index 3fc8ea1..e9b78eb 100644 --- a/dev/python/index.html +++ b/dev/python/index.html @@ -9,6 +9,21 @@ <h1>c9 Python</h1> + <pre> + test="/root/data" + dir= test + "/other" + print(dir) + </pre> + + <p>Debugging;</p> + + <pre> + import pdb + pdb.set_trace() + </pre> + + <p>Run your program;</p> + <a href="../index.html">Development Index</a> <p> This is part of the c9-doc Manual. |