Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
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!