@@ -0,0 +1,8 @@
""" Calculadora com while """
while True:
print('nummmmm')
#########
sair = input('Quer sair? [s]im: ').lower().startswith('s')
if sair is True:
break
The note is not visible to the blocked user.