Posts by MauricioK • 9 points
2 posts
-
0
votes2
answers62
viewsA: Comparison of lowest value in list
`Doctors = [0] * 20 Hiro = [0] * 10 Massao = [0] * 10 Telephones = [0] * 20 Times = [0] * 20 Values = [0] * 20 proxlivre = 0 soma1 = 0 soma2 = 0 option = 0 while option != 5: print("Values", Values)…
-
0
votes2
answers62
viewsQ: Comparison of lowest value in list
My problem seems to be simple but it’s bugging my head kkk, there it goes: When I compare my Values list to find the lowest value, it always returns 0, what happens sera? Follow Cód below. Obs:…