+ 9
list1 = [int(input()) for x in range(3)] list2 = [int(input()) for x in range(3)] list3 = [int(input()) for x in range(3)] (that is, of course, of you don't need the respective variables and you need three separate, one-dimensional lists)
30th May 2020, 2:37 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar