micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
print(b"123" == bytearray(b"123"))
|
||||
print(b'123' < bytearray(b"124"))
|
||||
print(b'123' > bytearray(b"122"))
|
||||
print(bytearray(b"23") in b"1234")
|
Reference in New Issue
Block a user