Compare commits

..

No commits in common. 'master' and 'Feature-20375182' have entirely different histories.

@ -1,2 +1 @@
print('My Student_ID is 20375212')
print('My name is 张逸君')
print('My Student_ID is 20375212')

@ -1,4 +1 @@
# main.py 文件的内容修改为
import os
os.system('python Function-学号.py')
os.system('echo Feature-学号')
print('My Student_ID is 20376388')

@ -1,3 +1,2 @@
# Function-学号.py 文件的内容修改为
print('My Student_ID is 23171444')
print('My Name is 曹月耀')
print('My Student_ID is 21371444')

@ -1,3 +1,2 @@
# Function-学号.py 文件的内容修改为
print('My Student_ID is 21373104')
print('My Name is 吕超凡')
print('My Student_ID is 21373104')

@ -1,4 +1,5 @@
# main.py 文件的内容修改为
import os
os.system('python Function-21371444.py')
os.system('echo Feature-21371444')
os.system('python Function-21373104.py')

Loading…
Cancel
Save