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

3 lines
54 B
Python

# check if set literal syntax is supported
print({1})