Posts by Guilherme Cherobim • 33 points
2 posts
-
0
votes1
answer85
viewsA: I have a problem with the beginner python code
The problem with your while is that you are passing two complementary conditions for execution. As you have already assigned 'a' to the choice variable previously, I recommend you replace while with…
-
3
votes1
answer48
viewsQ: Why can’t I print the values of a chained list?
I need to generate an empty chained list and do three operations with it: Add an element to the end of the list Remove an item from the list Insert n elements at the end of the list Finally, the…
javaasked Guilherme Cherobim 33