Posts by Mateus • 33 points
1 post
-
3
votes2
answers141
viewsQ: Problem in Python3
Hello, I’m (very) new to Python and would like to know what’s wrong with my simple code (to learn Python): eleitores = (int(input('Digite o total de eleitores: '))) c = 0 cand_a = 0 cand_b = 0…