fork download
  1. binary_string = '01110111'
  2. print(chr(int(binary_string, 2)))
Success #stdin #stdout 0.01s 9016KB
stdin
Standard input is empty
stdout
w