Guest User

Untitled

a guest
Apr 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. file = open("STUPID.xml")
  2.  
  3. for line in file:
  4. line = line.strip()
  5. if line.startswith("<jps:GM_Point id="):
  6. gmpoint = line[len("<jps:GM_Point id="):-2]
Add Comment
Please, Sign In to add comment