Commit 03aaa7e9 by BellCodeEditor

auto save

parent 654bc3ba
Showing with 7 additions and 0 deletions
# a=input("输入").split(",")
# print(type(a))
stud=[{'sid':105,'chinese':90,'math':90,'English':80},{'sid':104,'chinese':89,'math':89,'English':80},{'sid':106,'chinese':60,'math':87,'English':90}]
ss={}
for kk in stud:
print(kk)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment