Posts by Rafael Muinarczyki • 1 point
2 posts
-
0
votes0
answers25
viewsQ: List of 3 positions. Each one contains a list of two positions both integers. Sort by largest integer of 2nd position
listaSupermercados1 = [[1, 10], [2, 20], [1, 15]] def comprarBananas(listaSupermercados): listaSupermercados.append(listaSupermercados) comprimentoLista = len(listaSupermercados) -1 posicao = 0…
python-3.xasked Rafael Muinarczyki 1 -
-1
votes1
answer40
viewsQ: Accent problem in text returned by Javascript file
Good evening, everyone Initiating javascript studies I made a js code that constitutes a guest control system for a party. The guest states his name and the name of the guest who invited him in an…