If I write the solution with .readlines() instead of .readline(), the output looks like a list, with \n s. It reads:
[‘You do look, my son, in a moved sort,\n’, ‘As if you were dismayd: be cheerful, sir.\n’, ‘Our revels now are ended. These our actors,\n’, ‘As I foretold you, were all spirits and\n’, ‘Are melted into air, into thin air:\n’, ‘And, like the baseless fabric of this vision,\n’, ‘The cloud-cappd towers, the gorgeous palaces,\n’, ‘The solemn temples, the great globe itself,\n’, ‘Ye all which it inherit, shall dissolve\n’, ‘And, like this insubstantial pageant faded,\n’, ‘Leave not a rack behind. We are such stuff\n’, ‘As dreams are made on, and our little life\n’, ‘Is rounded with a sleep. Sir, I am vexd;\n’, ‘Bear with my weakness; my, brain is troubled:\n’, ‘Be not disturbd with my infirmity:\n’, ‘If you be pleased, retire into my cell\n’, “And there repose: a turn or two I’ll walk,\n”, ‘To still my beating mind.\n’]
[“Austin runs this show 'round here.”]
In the previous exercise, I used .readlines(), and there were no square brackets or \n s in the output. Why is this?