@@ -0,0 +1,11 @@
"""
Fatiamento de strings
012345678
Olá mundo
-987654321
Fatiamento [i:f:p] [::]
Obs.: a função len retorna a qtd
de caracteres da str
variavel = 'Olá mundo'
print(variavel[::-1])
The note is not visible to the blocked user.