diff options
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> + + |