Posts by João Emanuel da Silva Mendonça • 12 points
1 post
-
-2
votes1
answer178
viewsA: With creating a program that reads 10 numbers and writes the lowest and highest read value (Python)?
The problem was that the num was getting the var instead of the var getting the num if num > guarda_maior: guarda_maior = num #troquei a ordem, agora guarda_maior recebera num ao inves de num…