삭제
통합검색 닫기
support
HOME Support Q&A

Q&A

Q&A

Q&A 내용
Q [Code] 파이썬 사용 가능한 라이브러리 리스트 답변완료
박일규_0839603 문의일2022-05-24 16:02
파이썬 내장 라이브러리중, math, collections는 사용 가능하고, sys, re 등은 사용이 불가능하던데

파이썬으로 제출 할때, 사용 가능한 라이브러리 리스트를 알고싶습니다.
A
답변일 2022-05-27 09:06

안녕하세요. SW Expert Academy 입니다.

파이썬으로 사용 가능한 라이브러리 리스트 정리드립니다.
서비스 운영상의 사유로, 제공되는 라이브러리가 사전 공지 없이 변경될 수 있는점 참고 부탁드립니다.

string , textwrap, datetime, calendar, collections, collections.abc, heapq, bisect,
array, weakref, types, copy, pprint, reprlib, enum, numbers, math, cmath, decimal,
fractions, random, statistics, itertools, functools, operator, queue, time, typing

감사합니다.