Posts by Marcos Oliveira • 1 point
1 post
-
0
votes2
answers59
viewsQ: "print()" does not display the elements of the inserted list
Why does the instruction below not work? It displays the last note, not the list of all notes. jnotas = int(input("quantas notas você já tem = ")) for c in range (0, jnotas): notas1 = [] n =…