mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
array('l', [100, 200, 300, 400]) 1000
|
|
array('b', [10, 20, 30, 40, 50, 60, 70, 80]) 360
|
|
b'\x01\x02\x03\x04' 10
|