What is true about string?Immersive Reader (1 Point) Collection of characters Alpha-numeric Strings in Python are arrays of bytes representing unicode characters All of the above code example
Example: python open encoding utf-8
from io import open
f = open("test", mode="r", encoding="utf-8")