@@ -0,0 +1,7 @@
concatenacao = 'Luiz' + ' ' + 'Otávio'
print(concatenacao)
a_dez_vezes = 'A' * 10
tres_vezes_luiz = 3 * 'Luiz'
print(a_dez_vezes)
print(tres_vezes_luiz)
The note is not visible to the blocked user.