<aside> 💡 따로 임포트할 필요 없이 바로 사용할 수 있도록 기본으로 제공되는 요소들입니다. 파이썬 인터프리터가 시작될 때 자동으로 로드됩니다.
</aside>
False, True, None 등…
bool, complex, float, int, strdict, list, set, tuple, frozensetbytearray, bytes, memoryview, range<aside> 💡 섹션 12에서 자세히 배웁니다.
</aside>
BaseException, Exception, ArithmeticError, BufferError, LookupErrorEOFError, FloatingPointError, GeneratorExit, ImportError, IndexError, KeyError, KeyboardInterrupt, MemoryError, NameError, NotImplementedError, OSError, OverflowError, ReferenceError, RuntimeError, StopIteration, SyntaxError, IndentationError, TabError, SystemError, TypeError, UnboundLocalError, UnicodeError, UnicodeEncodeError, UnicodeDecodeError, UnicodeTranslateError, ValueError, ZeroDivisionErrorWarning, UserWarning, DeprecationWarning, PendingDeprecationWarning, SyntaxWarning, RuntimeWarning, FutureWarning, ImportWarning, UnicodeWarning, BytesWarning, ResourceWarning