Compare commits
34 Commits
Author | SHA1 | Date |
---|---|---|
|
23c31feb7d | 3 years ago |
|
ead5364bf0 | 3 years ago |
|
9202710b81 | 3 years ago |
|
8f5722e372 | 3 years ago |
|
2888ac6b70 | 3 years ago |
|
0133c1faa6 | 3 years ago |
|
64bc0887f4 | 3 years ago |
|
8de2881013 | 3 years ago |
|
42e66bcd60 | 3 years ago |
|
71ca6b6cc0 | 3 years ago |
|
87a1c8cce3 | 3 years ago |
|
a0bbefbe67 | 3 years ago |
|
9ffd888e67 | 3 years ago |
|
26722254d5 | 3 years ago |
|
0575d1ab1b | 3 years ago |
|
16c74c4a0e | 3 years ago |
|
27862cf642 | 3 years ago |
|
546c84be73 | 3 years ago |
|
dff24e6fc6 | 3 years ago |
|
4af568db79 | 3 years ago |
|
04ff1d6ee4 | 3 years ago |
|
99aea97f57 | 3 years ago |
|
0ec620f9bc | 3 years ago |
|
29226558a5 | 3 years ago |
|
018407df6b | 3 years ago |
|
6d764740e0 | 3 years ago |
|
ce64f50367 | 3 years ago |
|
3d7255eafa | 3 years ago |
|
b39c444886 | 3 years ago |
|
03380292bb | 3 years ago |
|
a630370faa | 3 years ago |
|
83d86f72b2 | 3 years ago |
|
5cab566ec7 | 3 years ago |
|
631958e97f | 3 years ago |
@ -1 +1,2 @@
|
||||
print('My Student_ID is 20351005')
|
||||
print('My Name is xjx')
|
@ -1,3 +1,13 @@
|
||||
# main.py 文件的内容修改为
|
||||
import os
|
||||
os.system('python Function-20351005.py')
|
||||
os.system('echo Feature-20351005')
|
||||
os.system('python Function-20241085.py')
|
||||
os.system('echo Feature-20241085')
|
||||
os.system('python Function-20241077.py')
|
||||
os.system('echo Feature-20241077')
|
||||
os.system('python Function-20241069.py')
|
||||
os.system('echo Feature-20241069')
|
||||
os.system('python Function-20374319.py')
|
||||
os.system('echo Feature-20374319')
|
||||
|
||||
|
Loading…
Reference in new issue