Compare commits

...

38 Commits

Author SHA1 Message Date
廖可为 b049c0de5d Merge branch 'dev'
3 years ago
buaa20231087 a1d629b465 允许合并
3 years ago
buaa20231089 e568a26e8e impl
3 years ago
buaa20231089 6164da7dee Merge remote-tracking branch 'upstream/dev' into Feature-20231089
3 years ago
buaa20231087 c324683405 允许合并
3 years ago
Liuchang d10f301b77 20231077-5
3 years ago
Liuchang 202e12e1dd Merge remote-tracking branch 'two/dev' into Feature-20231077
3 years ago
buaa20231087 1e6071af65 允许合并
3 years ago
buaa20231169 6f4b48a24d s
3 years ago
buaa20231169 7aa666c9f8 Merge remote-tracking branch 'three/dev' into Feature-20231169
3 years ago
buaa20231087 1ec8a8ce4d 允许合并
3 years ago
buaa20231156 52f4dfbdc7 dsy
3 years ago
buaa20231156 7e71b2d147 haha
3 years ago
buaa20231169 bd961c4188 s
3 years ago
buaa20231169 1a04b03158 s
3 years ago
buaa20231169 680bffe7df Merge remote-tracking branch 'two/dev' into Feature-20231169
3 years ago
buaa20231156 a8113902b6 dsy_pr
3 years ago
Liuchang b47ec2e22c deal conflict
3 years ago
buaa20231089 98d419773c merge
3 years ago
buaa20231169 0ead673b02 s
3 years ago
buaa20231087 d9a752b9d8 合并Feature
3 years ago
buaa20231156 e608403cc1 dsy
3 years ago
buaa20231169 00683b3a56 s
3 years ago
Liuchang 52fbf5f7f6 20231077-4
3 years ago
廖可为 c034c09991 add main.py
3 years ago
buaa20231089 bac7ca535c commit
3 years ago
廖可为 f0620ba423 Merge branch 'dev'
3 years ago
buaa20231156 81d834885b Merge pull request 'dsy的合并请求' (#6) from Feature-20231156 into dev
3 years ago
buaa20231156 444b09f8db dsy
3 years ago
buaa20231089 36f90e724b 允许合并
3 years ago
buaa20231169 823f41b868 oooo
3 years ago
buaa20231087 3fb4d2546e 允许合并
3 years ago
buaa20231077 7a26834233 允许合并
3 years ago
buaa20231089 1fcfc6b6dc 允许合并
3 years ago
buaa20231169 25da7d7ce4 s
3 years ago
廖可为 a646b7b76a feature
3 years ago
buaa20231089 0e7f604d2c Pull Reauest
3 years ago
Liuchang 9f1478f8f9 20231077-3
3 years ago

@ -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…
Cancel
Save