Commit 0234a69d by BellCodeEditor

save project

parent f8bca8d6
Showing with 5 additions and 1 deletions
...@@ -11,7 +11,7 @@ while True : ...@@ -11,7 +11,7 @@ while True :
print('*'*30) print('*'*30)
for k,v in a.items(): for k,v in a.items():
print(k,v) print(k,v)
elif: else:
name=="q" name=="q"
break break
else: else:
......
student={'Jonh':10,'Sam':11,'Lily':9,'Anna':10,'Daming':10,'Helen':12}
student['Lily']=10
print(student)
\ 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