mirror of
https://github.com/micropython/micropython.git
synced 2026-06-11 17:15:16 +02:00
8 lines
83 B
Python
8 lines
83 B
Python
# test builtin object()
|
|
|
|
# creation
|
|
object()
|
|
|
|
# printing
|
|
print(repr(object())[:7])
|