이거 실행시키니까


Traceback (most recent call last):

  File "c:/ppp/qrqwt.py", line 20, in <module>

    print(intersect(a, b))

  File "c:/ppp/qrqwt.py", line 13, in intersect

    if (has(b, e)):

  File "c:/ppp/qrqwt.py", line 3, in has

    for e in i:

TypeError: 'int' object is not iterable


이런 오류가 뜸... 근데 어디에서 잘못된건지 모르겟음