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: print(f.readline()) print(f.readline())
Hello! Welcome to demofile.txt
This file is for testing purposes.