@@ -0,0 +1,10 @@
"""
Operadores de atribuição
= += -= *= /= //= **= %=
contador = 10
###
contador /= 5
print(contador)
The note is not visible to the blocked user.