Get your
own Python
server
Result Size:
625 x 565
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
with open("demofile.txt") as f: for x in f: print(x)
x
with
open
(
"demofile.txt"
)
as
f
:
for
x
in
f
:
print
(
x
)
Hello! Welcome to demofile.txt
This file is for testing purposes.
Good Luck!