Guest User

Untitled

a guest
Oct 6th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. result = 0
  2.  
  3. # G are actions
  4. for g in G:
  5. # what will be here?
  6. # how to get Xg or its length
  7. result += len(Xg)
  8.  
  9. # len(G) is 3
  10. result /= len(G)`
Advertisement
Add Comment
Please, Sign In to add comment