Posts by José Marinho • 23 points
2 posts
-
0
votes1
answer92
viewsA: Doubt in Python Exercise Logic (Beginner)
I hit my head to solve this problem. But I managed to solve At first, I performed the calculation function, where I declare some base variables such as the price and size of cans/roosters. After…
-
2
votes3
answers156
viewsQ: How to join 2 lists in a dictionary?
I want to take 2 lists and turn them into a dictionary, in which each item has as key the i-th item of the first list and as value the i-th item of the second list. I made that code so far:…
pythonasked José Marinho 23