Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/usr/bin/python
  2.  
  3. exec(open("/home/dan/m/h","r").read())
  4.  
  5. pl = G_prognames
  6. pl.extend(getclasses())
  7.  
  8. pl.append("u")
  9.  
  10. print pl
  11.  
  12. #~ {'y_displ': 0, 'x_displ': 0, 'rect': (785, 100, 400, 400), 'y': 10, 'x': 0, 'dir': 0}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement