Posts by Fábio Amaral • 33 points
2 posts
-
3
votes1
answer177
viewsQ: Python List Invert Values
I am trying to invert two values within a nested list. Example: In the list list there are two values [[1,11],[2,22],[3,33],[4,44]] and would like to reverse the values for…
-
0
votes0
answers287
viewsQ: Insert priority calls into a queue using nested struct
Talk people!!! All beauty? I made another code that is showing the result and I can also de-rank and insert the values removed from this main row into a secondary structure according to the…