Development Index

c9 Python

        test="/root/data"
        dir= test + "/other"
        print(dir)
        

Debugging;

        import pdb
        pdb.set_trace()
        

Run your program;

Development Index

This is part of the Hive System Documentation. Copyright (C) 2018 Hive Team. See the file Gnu Free Documentation License for copying conditions.