Skip to content

Instantly share code, notes, and snippets.

@RobertTalbert
Last active February 6, 2016 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RobertTalbert/de2d9fa508caa6544120 to your computer and use it in GitHub Desktop.
Save RobertTalbert/de2d9fa508caa6544120 to your computer and use it in GitHub Desktop.
Sets of tuples for Lesson 10 notes
simplenextto = [(1,2), (2,1), (2,3), (3,2), (3,4), (4,3)]
simpledivides = [(2,2), (2,4), (2,6), (2,8), (2,10), (4,4), (4,8), (6,6), (8,8), (10, 10)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment