Exercício 25 da lista de Expressões Aritméticas e Variáveis em Python
Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
Welcome!
This Python template lets you get started quickly with a simple one-page playground.
1
2
3
4
5
6
7
percentual_de_votos_nulos_e_brancos = 100-26-24-22;
numero_de_votos = 196/0.28;
numero_de_votos_do_candidato_vencedor = (26/100)*numero_de_votos;
print("O numero de votos obtido pelo candidato vencedor foi igual a", numero_de_votos_do_candidato_vencedor);
print("O percentual de votos nulos e brancos foi igual a", percentual_de_votos_nulos_e_brancos, "%");
Enter to Rename, Shift+Enter to Preview
Advanced usage
If you want a more complex example (external libraries, viewers...), use the Advanced Python template
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content