Fоr eаch expressiоn belоw, write down the dаtаtype and the result. If the result of the expression is a str, then your answer should NOT be enclosed in quotation marks, unless they are items in a list containing strings. The ONLY acceptable answers for the following questions are int, float, str, list, and file, and if the expression will error, write ERROR. Expression Datatype file = open("Olympics.txt", "r") file.readlines() file.read() file.readlines()[0] file.readit() file.readline()