DeepFlowest

[CodeUp]기초100제(python)_1015번 : [입출력] 실수 입력받아 둘째 자리까지 출력하기 본문

알고리즘/코드업

[CodeUp]기초100제(python)_1015번 : [입출력] 실수 입력받아 둘째 자리까지 출력하기

Orange57 2020. 2. 16. 21:40
728x90
반응형
SMALL

문제 : 

실수(float) 1개를 입력받아 저장한 후,
저장되어 있는 값을 소수점 셋째 자리에서 반올림하여
소수점 이하 둘 째 자리까지 출력하시오.

답 : 

설명 : 

'%.자릿수f' % 숫자


코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp

 

Yearang-Lee/Algorithm

Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub.

github.com

 

728x90
반응형
LIST
Comments