You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Issue
Email: (not given)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36
User Issue
Email: (not given)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36
X = int(input())
contador = 0
neg = 0
pos = 0
ceros = 0
while contador < 10:
contador += 1
if X > 0:
pos += 1
elif X < 0:
neg += 1
else:
ceros += 1
X = int(input())
print (f'positivos: {pos} negativos: {neg} ceros: {ceros}')
State is running, not idle
Redux state
The text was updated successfully, but these errors were encountered: