Commit 709c3fea by BellCodeEditor

save project

parent cf8b1d55
Showing with 2 additions and 2 deletions
...@@ -7,4 +7,4 @@ while True: ...@@ -7,4 +7,4 @@ while True:
a = input(name) a = input(name)
d =[a] d =[a]
for k,v in d.items(): for k,v in d.items():
print(score) print(k,v)
\ No newline at end of file \ 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