kopia lustrzana https://github.com/micropython/micropython
7 wiersze
202 B
Python
7 wiersze
202 B
Python
|
print("Привет".find("т"))
|
||
|
print("Привет".find("П"))
|
||
|
print("Привет".rfind("т"))
|
||
|
print("Привет".rfind("П"))
|
||
|
print("Привет".index("т"))
|
||
|
print("Привет".index("П"))
|