lista = []for i in range(5): liczba = int(input()) lista.append(liczba)print(lista)
123 654 234 64 2
[123, 654, 234, 64, 2]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!