asked 80.3k views
3 votes
Which statement is true about encoding in Python?

A.The encode() plug-in automatically translates ASCII to Unicode when you activate the global setting.

B.Every string declaration needs to use the encode() function.

C.In Python 3, strings are automatically encoded using Unicode.

D.You cannot use Unicode in Python.

2 Answers

4 votes

Answer:

-In Python 3, strings are automatically encoded using Unicode.

Step-by-step explanation:

got it correct on edge!

answered
User Spyryto
by
7.9k points
2 votes

Answer:

In Python 3, strings are automatically encoded using Unicode.

Step-by-step explanation:

i just tookthe test

answered
User Ghoul
by
8.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.