Skip to main content
Skip table of contents

수치

기능

int, float, complex로 수치를 입력합니다.

예제

PY
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
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.