index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
basics
/
bytes_add.py
blob: 5432d01e580f8f774162e12c46297d0af7188e10 (
plain
) (
blame
)
1
2
3
4
# test bytes + other print(b"123" + b"456") print(b"123" + bytearray(2))