Commit 552c56d4 by BellCodeEditor

save project

parent 51b35dfe
Showing with 1 additions and 1 deletions
...@@ -13,6 +13,6 @@ with open(r'C:\Users\EDZ\Desktop\test.txt','r',encoding='utf-8') as file: ...@@ -13,6 +13,6 @@ with open(r'C:\Users\EDZ\Desktop\test.txt','r',encoding='utf-8') as file:
for i in a: for i in a:
if i=='小强:16': if i=='小强:16':
print('小强的数据在文件中') print('小强的数据在文件中')
if i=='小兰:12' if i=='小兰:12':
print('小兰的数据在文件中') 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