Files
TencentOS-tiny/components/language/micropython/tests/feature_check/int_big.py
2022-09-29 12:10:37 +08:00

3 lines
119 B
Python

# Check whether arbitrary-precision integers (MPZ) are supported
print(1000000000000000000000000000000000000000000000)