We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5048df0 commit b1949e4Copy full SHA for b1949e4
1 file changed
tests/unicode/unicode_index.py
@@ -0,0 +1,6 @@
1
+print("Привет".find("т"))
2
+print("Привет".find("П"))
3
+print("Привет".rfind("т"))
4
+print("Привет".rfind("П"))
5
+print("Привет".index("т"))
6
+print("Привет".index("П"))
0 commit comments