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.

Answer :

Answer:

In Python 3, strings are automatically encoded using Unicode.

Explanation:

i just tookthe test

Answer:

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

Explanation:

got it correct on edge!

Other Questions