Advertisement
Guest User

Untitled

a guest
Sep 25th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1.         totallist = []
  2.         for o_list, total in possiblities:
  3.             totallist.append( int(total) )
  4.         print totallist
  5.         return max(totallist)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement