Posts by Guilherme • 53 points
3 posts
-
1
votes2
answers11769
viewsA: Problem when calculating percentage (result is always "0")
Oops, now it worked. Apparently percentage should not be presented as integer (that would be the explanation?). It worked that way: import csv curso_desejado = input('Qual o curso? ') vagas = 0…
-
2
votes2
answers11769
viewsQ: Problem when calculating percentage (result is always "0")
I finished a program in Python (perfected with a response obtained right here in Stack Overflow), but I’m trying to include a percentage calculation that isn’t working. Although everything else…
-
2
votes1
answer344
viewsQ: Join three similar codes into one
I am working with a table that shows the number of vacancies offered, candidates enrolled and enrolled in higher education courses. I want to make a program that allows the visualization of this…