finish 01-homework

This commit is contained in:
SJ2050
2021-10-16 23:35:28 +08:00
parent 1a2d27dc09
commit 001839394c
12 changed files with 369 additions and 0 deletions
@@ -0,0 +1,13 @@
'''
Author: SJ2050
Date: 2021-10-16 21:33:05
LastEditTime: 2021-10-16 23:25:11
Version: v0.0.1
Description: Solution for homework9.
Copyright © 2021 SJ2050
'''
from pathlib import Path
if __name__ == '__main__':
dir_path = './test/'
print(sorted(Path('.').glob('**/*.dll')))