Posts by Reginaldo Barros da Cunha • 137 points
2 posts
-
4
votes6
answers42162
viewsQ: Removing duplicate elements in a python list
I have to do a function and I’m not being able to develop the logic. Here’s the thing: Write the remove_repeated function that takes as a parameter a list of integer numbers, checks whether such a…
-
8
votes9
answers23719
viewsQ: Inverting sequence (PYTHON 3)
I have to implement the following: Write a program that takes a sequence of integer numbers ending with 0 and prints all values in reverse order. **Note that 0 (ZERO) should not be part of the…
pythonasked Reginaldo Barros da Cunha 137