wonthechan / wonthechan.github.io

블로그 이전하였습니다.
https://velog.io/@wonthechan/
MIT License
1 stars 0 forks source link

python/2019-10-16-python-types-tip-1/ #4

Open utterances-bot opened 4 years ago

utterances-bot commented 4 years ago

[Python] 자료형의 기본 활용 Tip - 1 | Good Day to Code

파이썬에서의 자료형은 다음과 같이 크게 단일 변수를 다루는 single 타입과 여러 데이터를 다루는 container 타입으로 나눌 수 있다. single container Integer List Float Tuple String Dictionary Boolean Set 앞선 자료형들의 기본적인 사항에 대해서 모두 다루진 않고, 코딩테스트를 준비하면서 각 자료형들을 사용할 때 주의해야 할점이나 알아두면 유용한 팁들을 간략하게 정리해보았다. Integer (정수 자료형) 파이썬에서의 int…

https://wonthechan.github.io/python/2019-10-16-python-types-tip-1/