Discuss / Python / 第二题

第二题

Topic source

gannyee

#1 Created at ... [Delete] [Delete and Lock User]

print([os.path.abspath('.') for x in os.listdir('.') if os.path.isfile(x) and 'e' in os.path.split(x)[1]])


  • 1

Reply