이
이거 실행시키니까
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
이런 오류가 뜸... 근데 어디에서 잘못된건지 모르겟음
어느학교 과제인가요?
함수배운나보다 더 어려운 과제하네;;
포문을 두번한건
근데 에러문에 다 써있는데 왜 어디서 잘못된건지 모른다는거임?
range(i)를 쓰던지...에러적힌 그대로 정수는 iterable하지않음 - dc App
b에 별을 왜 찍음?