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
Jorge Martin -
Kuhanraja A R -
Hamza Khan -
David Sola -
Top comments (0)