c9 Python

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

Debugging;

        import pdb
        pdb.set_trace()
        

Run your program;