# test construction of bytearray from different objectstry:fromuarrayimportarrayexceptImportError:try:fromarrayimportarrayexceptImportError:print("SKIP")raiseSystemExit# arraysprint(bytearray(array('b',[1,2])))print(bytearray(array('h',[0x101,0x202])))