Posts by Fernanda Cunha Ferreira • 1 point
2 posts
-
0
votes0
answers29
viewsQ: Python returns None when using "Sort" list method
I need to create a list that will be created by numbers entered by the user and, when inserting repeated numbers, this number should not be added. Finally, the program must present the list with the…
pythonasked Fernanda Cunha Ferreira 1 -
-3
votes2
answers56
viewsQ: Count how many times a certain value appears in a list
I need to write a code that creates a list of numbers that are entered by the user (the amount of numbers is defined by the user) and print which value of that list is the largest and how often it…