fork download
  1. binary_string = '0111011101111000'
  2. len = len(binary_string) / 8
  3. print(len)
Success #stdin #stdout 0.02s 9016KB
stdin
Standard input is empty
stdout
2