from array import *
print("Bytes to String: ")
x = array('b', [119, 51, 114, 101, 115, 111, 117, 114, 99, 101])
s = x.tobytes()
print(s)
For further actions, you may consider blocking this person and/or reporting abuse
from array import *
print("Bytes to String: ")
x = array('b', [119, 51, 114, 101, 115, 111, 117, 114, 99, 101])
s = x.tobytes()
print(s)
For further actions, you may consider blocking this person and/or reporting abuse
Ellis Velly -
Philip Thomas -
PRANTA Dutta -
Igor Benav -
Top comments (0)