mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 04:25:34 -04:00
8 lines
83 B
Python
8 lines
83 B
Python
# test builtin object()
|
|
|
|
# creation
|
|
object()
|
|
|
|
# printing
|
|
print(repr(object())[:7])
|