80.2k 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.

User Sparkplug
by
4.5k points

2 Answers

4 votes

Answer:

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

Step-by-step explanation:

got it correct on edge!

User Spyryto
by
4.3k points
2 votes

Answer:

In Python 3, strings are automatically encoded using Unicode.

Step-by-step explanation:

i just tookthe test

User Ghoul
by
4.8k points