code_infilling_prompt.txt 79 B

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