skateyo2537 skateyo2537 05-03-2024 Computers and Technology contestada What does the import statement in the following script do?import StringIOoutput = StringIO.StringIO()('First line.\n')() a. True b. False