Skip to content

Commit e163303

Browse files
authored
Rename lesson6.py to lesson06.py
1 parent 041126c commit e163303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson6.py renamed to lesson06.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
# Есть ли подстрока "Doc" в строке str
3232
print("Doc" in str)
3333
# Индекс вхождения подстроки в строку
34-
print(str.find("Doc"))
34+
print(str.find("Doc"))

0 commit comments

Comments
 (0)