파이썬 3.6부터 지원
https://brownbears.tistory.com/421
소숫점 표현
import random
score=random.random()
f'{score:.2f}' # 소수점 2째자리까지 표현
속도도 제일 빠름.
'Python' 카테고리의 다른 글
파이썬 mysql RuntimeError: cryptography is required for sha256_password or caching_sha2_password 해결법 (1) | 2020.06.09 |
---|---|
파이썬 쓰레드사용한 소켓통신 (0) | 2020.06.08 |
파이썬 내부에서 json은 어떤 형태일까? (0) | 2020.06.03 |
인코딩 정리해둔 포스팅 (0) | 2020.06.03 |
python 예외처리, Exception (0) | 2020.05.07 |
댓글