kopia lustrzana https://github.com/micropython/micropython
7 wiersze
85 B
Python
7 wiersze
85 B
Python
|
# tests that .../Ellipsis exists
|
||
|
|
||
|
print(...)
|
||
|
print(Ellipsis)
|
||
|
|
||
|
print(... == Ellipsis)
|