<em>Remember, </em>there are other methods or ways to read data from a file such as readlines(), and the for ... in loop method.
However, if you read in data from a file using the read () method the data would be supplied to Python in the form of a String (or single String). This is the case because a String supports only characters, unlike <u>lists</u> that could contain all the data types.