Posts by William Onate • 11 points
2 posts
-
0
votes3
answers1665
viewsQ: multiples of 2 and 3 in python
I’m making a code to compute the first(s) n(s) multiples of two values, and put it in a list. until ai perfect but in the list occurs multiple equal numbers, as could take the equal number from the…
-
-2
votes1
answer91
viewsQ: how to decrease ifs? in python
I’m starting in programming and would like to know if I have how to decrease the uses of ifs """ Classification of a person by height and weight alt = float(input("Digite a sua altura")) p =…