Posts by Guilherme Rosseti • 51 points
2 posts
-
3
votes3
answers105
viewsQ: Find and change specific Python dictionary
I have to perform a search inside a list with dictionaries inside, looking for the person’s specific CPF, to confirm their data, and thus change some specific dictionary item. My list is:…
-
1
votes1
answer58
viewsQ: Problems tried to change function next()
I need to do this class-related activity, I don’t know much about it yet and I’m a little confused. Write a Python class with a custom iterator, when the next() function is called, it should return…