about summary refs log tree commit diff stats
path: root/dev/python/hello.html
blob: 8636452aba161ec7a8361126655e4e91e1304d85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>