diff options
author | Silvino <silvino@bk.ru> | 2019-06-26 16:58:13 +0100 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-06-26 16:59:06 +0100 |
commit | 2830b5fb96cce787ca8c7562a968effc3e57bdb1 (patch) | |
tree | d8f3c09d0b52806ecc97e447655eb99f17a126e8 /dev/python/hello.html | |
parent | 0e5a601a31840e1531f3f90ca447bf3b1e766d73 (diff) | |
download | doc-2830b5fb96cce787ca8c7562a968effc3e57bdb1.tar.gz |
dev index re-organization
Diffstat (limited to 'dev/python/hello.html')
-rw-r--r-- | dev/python/hello.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev/python/hello.html b/dev/python/hello.html new file mode 100644 index 0000000..8636452 --- /dev/null +++ b/dev/python/hello.html @@ -0,0 +1,18 @@ + <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> + + |