1-0 Data Types of Python

지오니모·2022년 7월 4일
0

Python

목록 보기
1/5

variables

변수
정보를 넣는 곳, 데이터를 저장하는 곳

string

문자
작은 따옴표나 큰 따옴표 안에 적어줘야 함

Sanke Case(_)
Python 변수명 지정할 때 사용함
ex) super_long_variable (snake)
java Script는 Camel Code 사용함
ex) SuperLongVariable (camel)

boolean

참/거짓
첫 글자를 대문자로 써야함 True, False
java Script는 true, false 로 씀

integer

정수

float

소수

none

없다는 뜻
파이썬에만 있음
java Script의 null/undifined와 비슷함

profile
프론트엔드 지망생

0개의 댓글