Posts by Rodrigo1X • 27 points
2 posts
-
-2
votes1
answer76
viewsQ: Program problem that traverses two lists and generates a third without repeating elements
For a little over a week I’ve been trying to solve the following exercise: "Make a program that traverses two lists and generates a third without repeating elements." The statement in question is…
-
0
votes1
answer366
viewsQ: Compound interest in Python using "while"
Recently I was trying to solve an exercise to learn Python, but I found big problems when I tried to calculate compound interest. I used the mathematical formula of the amount and simply I have no…