Read the Bytes! - reverse engineering - babytopia

WriteUp: ap10

This is my Python script to get the flag :

data = [66, 52, 66, 89, 123, 52, 95, 67, 104, 52, 114, 97, 67, 55, 51, 114, 95, 49, 115, 95, 74, 117, 53, 116, 95, 52, 95, 110, 85, 109, 56, 51, 114, 33, 125]

for char in data:
    print(chr(char), end='')