code_infilling_prompt.txt 73 Bytes
Newer Older
Rayyyyy's avatar
Rayyyyy committed
1
2
3
def remove_non_ascii(s: str) -> str:
    """ <FILL_ME>
    return result