Template
finish 01-homework
This commit is contained in:
@@ -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')))
|
||||
Reference in New Issue
Block a user