file_organise.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:Jarvis 作者: sukeesh 项目源码 文件源码
def print_before(path):
    print("Cleaning {} located at {}\n".format(path.split('/')[-1], path))

    print(Fore.LIGHTBLUE_EX + "Folders before cleaning\n" + Fore.RESET)

    for files in os.listdir(path):
        print(files, end='\t')
    print()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号