guess - group.sortBy


/ Published in: Python
Save to your folder(s)



Copy this code and paste it in your HTML
  1. >>> group = nd1, nd2, nd3
  2. >>> group.color = white
  3. >>> group.sortBy(y)
  4. [nd3, nd1, nd2]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.