Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- start
- file = open("myfile.txt", "r")
- data = file.read()
- file.close()
- attach(data, main_frame)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement