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