Get your
own Python
server
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
f = open("D:\\myfiles\welcome.txt", "r") print(f.read())
Welcome to this text file!
This file is located in a folder named "myfiles", on the D drive.
Good Luck!