partially initialized module 'math' has no attribute 'gcd'
(most likely due to a circular import)
# 문제 원인은 작업 폴더 내 모듈과 동일한 이름의 파일이 있어서
# math.py라는 파일이 있으면 import math 안됨!
Indentationerror :
unindent does not match any outer indentation level
# 들여쓰기나 띄어쓰기 오류