import osfor root, dirs, files in os.walk("."): print("%s ---- %s ---- %s" % (root, dirs, files))
Standard input is empty
. ---- [] ---- ['prog']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!