my_file = open("hello.txt", "r") print(my_file.read()) # Output : # Hello world # I hope you're doing well today # This is a text file.
確定! 回上一頁