Get your
own Python
server
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)
Hello! Welcome to demofile.txt
This file is for testing purposes.
Good Luck!