본문 바로가기

WIL(What I Learned)

21.10.11

  • The Python float() method converts a number stored in a string or integer into a floating point number, or a number with a decimal point. 
  • print(?, ?, sep=':') 를 사용하면 콜론 ':' 기호를 사이에 두고 값을 출력한다.

'WIL(What I Learned)' 카테고리의 다른 글

21.10.14  (0) 2021.10.14
21.10.12  (0) 2021.10.13
동빈나 코테 학습 순서 유튜브 정리  (0) 2021.10.05
TIL  (0) 2021.09.14
(자바 플레이그라운드) 구구단 추가과제 메서드 학습  (0) 2021.08.29