Compare commits
38 Commits
Student-20
...
master
@ -1 +1,2 @@
|
||||
print('My Student_ID is 20231077')
|
||||
print('My Student_ID is 20231077')
|
||||
print('My Name is 刘畅')
|
||||
@ -1 +1,2 @@
|
||||
print('My Student_ID is 20231087')
|
||||
print('My Student_ID is 20231087')
|
||||
print('My Name is 廖可为')
|
||||
@ -1 +1,2 @@
|
||||
print('My Student_ID is 20231089')
|
||||
print('My Student_ID is 20231089')
|
||||
print('My name is 丁启楠')
|
||||
@ -1 +1,2 @@
|
||||
print('My Student_ID is 20231156')
|
||||
print('My Student_ID is 20231156')
|
||||
print('My Name is 董思尧')
|
||||
@ -1 +1,2 @@
|
||||
print('My Student_ID is 20231169')
|
||||
print('My Student_ID is 20231169')
|
||||
print('My Name is 黄子轩')
|
||||
@ -1,2 +1,11 @@
|
||||
import os
|
||||
os.system('python Function-20231087.py')
|
||||
os.system('echo Feature-20231087')
|
||||
os.system('python Function-20231156.py')
|
||||
os.system('echo Feature-20231156')
|
||||
os.system('python Function-20231169.py')
|
||||
os.system('echo Feature-20231169')
|
||||
os.system('python Function-20231077.py')
|
||||
os.system('echo Feature-20231077')
|
||||
os.system('python Function-20231089.py')
|
||||
os.system('echo Feature-20231089')
|
||||
Loading…
Reference in new issue