mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +01:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
false 1
|
|
true [ 1, 2, 3 ]
|
|
true [ null, true, 1.2 ]
|
|
true { tuple: [ 1, 2, 3 ], one: 1, list: [ null, true, 1.2 ] }
|