21373147 #1

Open
buaa21373147 wants to merge 31 commits from master into Feature-21373147

Binary file not shown.

@ -0,0 +1,2 @@
print('My Student_ID is 21371326')
print('My Name is 杨一堂')

@ -0,0 +1,3 @@
# Function-学号.py 文件的内容修改为
print('My Student_ID is 21371389')
print('My Name is 马子杰')

@ -1 +1,2 @@
print('My Student_ID id 21371518') print('My Student_ID id 21371518')
print('My Name is 薛天钰')

@ -1 +1,2 @@
print('My Student_ID is 21373146') print('My Student_ID is 21373146')
print('My Name is 陈心扬')

@ -1,2 +1,4 @@
# main.py 文件的内容修改为
import os import os
os.system('python Function-21371518.py') os.system('python Function-21373147.py')
os.system('echo Feature-21373147')
Loading…
Cancel
Save