Untitled
unknown
python
2 years ago
93 B
19
Indexable
frase = 'Desenvolvimento de aplicacões'
index_d = frase.rindex('d')
print(frase[index_d:])Editor is loading...
Leave a Comment
frase = 'Desenvolvimento de aplicacões'
index_d = frase.rindex('d')
print(frase[index_d:])