mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 13:01:10 +02:00
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
--- instance0 ---
|
|
server running
|
|
close
|
|
done
|
|
--- instance1 ---
|
|
2
|
|
bytearray(b'ab')
|
|
1
|
|
array('b', [99])
|
|
TypeError
|
|
TypeError
|