Basic/Python
파이썬 - 형 변환
HappyWeasel
2020. 6. 2. 14:59
int : 정수
float : 실수
str : 문자열
list : 리스트
ex) var = '10'
var = int(var) # 정수로 변경