Commit 95ea371e by BellCodeEditor

save project

parent be6ca414
Showing with 4 additions and 2 deletions
...@@ -10,4 +10,7 @@ name = input("名字:") ...@@ -10,4 +10,7 @@ name = input("名字:")
infor =score[name] infor =score[name]
for k,v in infor.items(): for k,v in infor.items():
print(k,v) print(k,v)
\ No newline at end of file for data in filel:
if '小强:10本'in data:
print('小强的数据在文件中')
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