micropython/tests/basics/builtin_ellipsis.py

7 lines
85 B
Python

# tests that .../Ellipsis exists
print(...)
print(Ellipsis)
print(... == Ellipsis)