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 041126c commit e163303Copy full SHA for e163303
lesson6.py renamed to lesson06.py
@@ -31,4 +31,4 @@
31
# Есть ли подстрока "Doc" в строке str
32
print("Doc" in str)
33
# Индекс вхождения подстроки в строку
34
-print(str.find("Doc"))
+print(str.find("Doc"))
0 commit comments