Posts by Talita SOUZA • 1 point
1 post
-
-2
votes7
answers1969
viewsA: How to remove repeated numbers from a python list
Using sets (sets), develop a Python code that takes numbers or words (strings), warning when there is repeated element insertion attempt. Initially, the user chooses how many elements the set will…