cards = []

for _ in range(n):

cards.apend(map(int, input().split()))

print(cards)


하면 값 주소가 나옴;';

왜이럼?