수치
기능
int, float, complex로 수치를 입력합니다.
예제
10, 0x10, 0o10, 0b10
3.14, 314e-2
x = 3-4j
int_value = 10
hexa_value = 0x10
octa_value = 0o10
binary_value = 0b10
double_value = 3.14
double value = 314e-2
complex_value = 3-4j
int, float, complex로 수치를 입력합니다.
10, 0x10, 0o10, 0b10
3.14, 314e-2
x = 3-4j
int_value = 10
hexa_value = 0x10
octa_value = 0o10
binary_value = 0b10
double_value = 3.14
double value = 314e-2
complex_value = 3-4j