Posts by MateusAnselmo • 59 points
2 posts
-
0
votes1
answer67
viewsQ: Entire division returning a different result than expected
I’m having a problem with the entire division in python and R. The language returns a value other than "correct" in the entire division of 327 by 3.27 and the rest (%) different from 0 in these…
-
3
votes2
answers852
viewsQ: Insert elements in the correct position in an ordered list
I wonder why this code does not work for the exercise below, because when it comes to the values that will be intermediate in the list, they end up being reversed (the example I used to test if it…