7 lines
85 B
Python
Raw Normal View History

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