Skip to content

python 3.0+ Ellipsis #96

@ghost

Description

python2:

>>> Ellipsis
Ellipsis

python3:

>>> ...
Ellipsis
>>> Ellipsis
Ellipsis

... and pass

>>> def test():
               ...  # or pass
>>> a = [1, 2, 3, 4, 5]
>>> a.append(a)
>>> print(a)
[1, 2, 3, 4, 5, [...]]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions