[Solved]Following Statements Used Open File Might Contain Special Characters Accents Greek Letters Q37287714

Which of the following statements should be used to open a file that might contain special characters (such as accents, Greek letters or musical symbols) for reading? Select one: o a. inf= open(“input.txt”, “r”) o b. inf open(“input.txt”, “r”, “utf-8”) c.inf open(“input.txt”) =open(“input . txt”, d. inf “r”, encoding-“utf-8” ) O Show transcribed image text Which of the following statements should be used to open a file that might contain special characters (such as accents, Greek letters or musical symbols) for reading? Select one: o a. inf= open(“input.txt”, “r”) o b. inf open(“input.txt”, “r”, “utf-8”) c.inf open(“input.txt”) =open(“input . txt”, d. inf “r”, encoding-“utf-8” ) O
Expert Answer
Answer to Which of the following statements should be used to open a file that might contain special characters (such as accents, … . . .
OR

