Which argument forces a writer to return to and change the input before resolving a “UnicodeError”?

errors= “strict”
errors= “fix”
errors= “ignore”
errors= “replace”

Respuesta :

Answer:

B

Explanation:

Answer:

errors= "replace", or D on edge

Explanation:

Having the command to replace forces the writer to fix the code before being able to resolve a "UnicodeError"

ACCESS MORE