x = {'a': 100, 'b': 200}


for key, value in x: 가안되고 for key, value in x.items(): 인 이유가뭐임?


리스트랑 튜플은 바로 되잖아