运行结果尺寸: 625 x 591
x
 
f = open("demofile.txt", "r")
print(f.readline())
C:\Users\My Name>python demo_file_readline.py
Hello! Welcome to demofile.txt