import os print('Current dir files : ',)print([os.path.abspath(f) for f in os.listdir('.')] )
Standard input is empty
('Current dir files : ',) ['/home/YMzrI8/prog']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!