code_infilling_prompt.txt 73 B

123
  1. def remove_non_ascii(s: str) -> str:
  2. """ <FILL_ME>
  3. return result