Python, 파이썬 오류들

호호빵·2022년 4월 13일
0

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

# 들여쓰기나 띄어쓰기 오류
profile
하루에 한 개념씩

0개의 댓글