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
Francisco Moretti -
NJOKU SAMSON EBERE -
haimzlato -
Deepak Raj -
Top comments (0)