Python Compiler : Python

a = memoryview(bytes(9)) #display a: print(a) #display the data type of a: print(type(a))