We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231a314 commit eb7bf61Copy full SHA for eb7bf61
lesson9.py renamed to lesson09.py
@@ -18,4 +18,4 @@
18
for key, value in obj.items():
19
# Имя - Иван
20
# Возраст - 25
21
- print("{0} - {1}".format(key, value))
+ print("{0} - {1}".format(key, value))
0 commit comments