PythonExtra/tests/basics/object1.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
83 B
Python
Raw Permalink Normal View History

# test builtin object()
# creation
object()
# printing
print(repr(object())[:7])