Skip to content

Commit eb7bf61

Browse files
authored
Rename lesson9.py to lesson09.py
1 parent 231a314 commit eb7bf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson9.py renamed to lesson09.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
for key, value in obj.items():
1919
# Имя - Иван
2020
# Возраст - 25
21-
print("{0} - {1}".format(key, value))
21+
print("{0} - {1}".format(key, value))

0 commit comments

Comments
 (0)