Posts by Junin • 21 points
2 posts
-
-1
votes1
answer30
viewsQ: Get information inside a dictionary
I’m having a question regarding a dictionary in a dictionary, I have a code that has multiple users on a website,each with a unique name and age, where the names of users and ages are used in keys…
-
-2
votes1
answer55
viewsQ: Doubt about a question I’m trying to solve I have this following code in python:
temperaturas_c = [('Argentina', 20), ('Brasil', 30), ('Estados Unidos', 28)] I have a list that contains the names of the countries and their temperature in Celsius in a tuple, I would like to…