What do you n .an by encode(encoding= ‘UTF- 8,errors=’strict’)
Answers
Answered by
0
Answer:
I am read in class 11 so I don't know
Answered by
0
The n.an encode returns the string in an encoded version.
- Since Python strings are stored as Unicode. This means a code point is defined for each character in the string. So, any string is just a sequence of points of Unicode text.
- encoding= ‘UTF- 8,errors=’strict’ is the most popular and commonly used string.
- The Encode) (method returns an encoded string version. The current default string encoding is standard.
Similar questions
Hindi,
5 months ago
Computer Science,
10 months ago
Computer Science,
10 months ago
Math,
1 year ago