# round를 이용한 반올림 pie = 3.1415 print(round(pie, 2)) # 외의 수학 함수를 사용 가능하다. # import math # print(help(math))