feature-21371396与dev二次合并申请(main.py修改为了组长的学号) #15

Merged
buaa21373067 merged 2 commits from buaa21371396/Group11:Feature-21371396 into dev 2 years ago

@ -1,2 +1,3 @@
# Function-学号.py 文件的内容修改为
print('My Student_ID is 21371396')
print('My Name is 孙宇航')

@ -1,3 +1,3 @@
import os
os.system('python Function-21371396.py')
os.system('echo Feature-21371396')
os.system('python Function-21373067.py')
os.system('echo Feature-21373067')

Loading…
Cancel
Save