Advertisement
LockdateforGHS

Untitled

Apr 8th, 2023
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. start
  2. file = open("myfile.txt", "r")
  3. data = file.read()
  4. file.close()
  5.  
  6. attach(data, main_frame)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement