Computer Science, asked by sumukhasreenidh8072, 9 months ago

What do you n .an by encode(encoding= ‘UTF- 8,errors=’strict’)

Answers

Answered by rahul9173
0

Answer:

I am read in class 11 so I don't know

Answered by Anonymous
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