Python Compiler : Python

a = bytearray(8) #display a: print(a) #display the data type of a: print(type(a))