

InterviewSolution
Saved Bookmarks
1. |
What is the default value of encoding in encode()?(a) ascii(b) qwerty(c) utf-8(d) utf-16 |
Answer» Correct option is (c) utf-8 The best explanation: The default value of encoding is utf-8. |
|