Python: renaming files with map function

后端 未结 0 1935
暖寄归人
暖寄归人 2020-12-07 03:31

I want to rename a list of files without using a for loop.

It is possible by using the map function like this:

import os

list( map( (lamb         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题