Compare commits
50 Commits
Student-20
...
master
Author | SHA1 | Date |
---|---|---|
buaa20374249 | c52353bdea | 2 years ago |
王堃 | 55ec228ba0 | 2 years ago |
buaa20374249 | 6a9ee72ec8 | 2 years ago |
王堃 | 8cf8558eba | 2 years ago |
陈之浩 | f8933edbe6 | 2 years ago |
buaa20374249 | 7a45f7e2bd | 2 years ago |
Liangff | 90deac4737 | 2 years ago |
buaa20374249 | 784607ea03 | 2 years ago |
pcpas | 4927f2d727 | 2 years ago |
buaa20374249 | 82f13b38e7 | 2 years ago |
Liangff | ffeb0dada6 | 2 years ago |
陈之浩 | fdae1ea364 | 2 years ago |
刘益洲 | 09bca6cf91 | 2 years ago |
pcpas | ffe16f0036 | 2 years ago |
buaa20374151 | e48b73ac0a | 2 years ago |
buaa20374265 | 35491896a4 | 2 years ago |
buaa20374090 | 856fa72022 | 2 years ago |
buaa20374126 | b7b2d953a2 | 2 years ago |
buaa20374249 | 0a75e60868 | 2 years ago |
陈之浩 | 9c3a0667d5 | 2 years ago |
Liangff | 2d431a0967 | 2 years ago |
王堃 | 625a99f5bb | 2 years ago |
刘益洲 | 4dc2ec2c69 | 2 years ago |
张正奇 | 0ba04e7d0e | 2 years ago |
王堃 | e157a342f0 | 2 years ago |
陈之浩 | 6b51bf2c69 | 2 years ago |
Liangff | fc5d51da1e | 2 years ago |
张正奇 | b456f93573 | 2 years ago |
王堃 | bcbe5bb5dd | 2 years ago |
陈之浩 | df19ff2b71 | 2 years ago |
刘益洲 | 2bce132f45 | 2 years ago |
Liangff | 52b279e1a4 | 2 years ago |
王堃 | 5175bc3e30 | 2 years ago |
陈之浩 | 9be2cc4f80 | 2 years ago |
张正奇 | 78a88f8a96 | 2 years ago |
Liangff | 5513254954 | 2 years ago |
刘益洲 | d8c21fea5d | 2 years ago |
张正奇 | 4722e4b127 | 2 years ago |
王堃 | 43eca0307d | 2 years ago |
Liangff | 1f2367ae28 | 2 years ago |
Liangff | 2e5255cea6 | 2 years ago |
Liangff | 1b415b4699 | 2 years ago |
张正奇 | 435b2da895 | 2 years ago |
张正奇 | 5a49e764fc | 2 years ago |
Liangff | ddd19904b2 | 2 years ago |
Liangff | cafb79ad03 | 2 years ago |
陈之浩 | 61046107ef | 2 years ago |
王堃 | 0b5b7fc50d | 2 years ago |
陈之浩 | f061db98a5 | 2 years ago |
Liangff | 3c1991b661 | 2 years ago |
@ -0,0 +1,3 @@
|
||||
# Function-学号.py 文件的内容修改为
|
||||
print('My Student_ID is 学号')
|
||||
print('My Name is 姓名')
|
@ -0,0 +1,3 @@
|
||||
# Function-学号.py 文件的内容修改为
|
||||
print('My Student_ID is 20374126')
|
||||
print('My Name is 王堃')
|
@ -0,0 +1,2 @@
|
||||
print('My Student_ID is 20374151')
|
||||
print('My Name is 陈之浩')
|
@ -1,2 +1,3 @@
|
||||
# Function-学号.py 文件的内容修改为
|
||||
print('My Student_ID is 20374249')
|
||||
print('My Student_ID is 学号')
|
||||
print('My Name is 姓名')
|
@ -0,0 +1,2 @@
|
||||
print('My Student_ID is 20374265')
|
||||
print('My Name is 张正奇')
|
@ -0,0 +1,11 @@
|
||||
import os
|
||||
os.system('python Function-20374126.py')
|
||||
os.system('echo Feature-20374126')
|
||||
os.system('python Function-20374151.py')
|
||||
os.system('echo Feature-20374151')
|
||||
os.system('python Function-20374090.py')
|
||||
os.system('echo Feature-20374090')
|
||||
os.system('python Function-20374265.py')
|
||||
os.system('echo Feature-20374265')
|
||||
os.system('python Function-20374249.py')
|
||||
os.system('echo Feature-20374249')
|
Loading…
Reference in new issue