Skip to content

Commit 7537958

Browse files
authored
Rename lesson2.py to lesson02.py
1 parent 821bb74 commit 7537958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson2.py renamed to lesson02.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
# у переменных тип данных не указывается так как в python испольуется динамическая типизация
4646
i=5; print(i)
4747

48-
# блоки кода отделяются табуляциями
48+
# блоки кода отделяются табуляциями

0 commit comments

Comments
 (0)