print함수 %로 소숫점 표현 a=1.1564 b=58.4894 print("%.3f %.2f"%(a,b)) %.nf 로 소수점 n째자리까지 반올림하여 표현 프로그래밍 문법/python 2020.06.22