Result Size: 625 x 571
โ€‹x
 
f = open("demofile.txt", "r")
โ€‹
print(f.read())
โ€‹
Hello! Welcome to demofile.txt
This file is for testing purposes.
Good Luck!