Skip to content

Instantly share code, notes, and snippets.

@nattybear
Created March 28, 2017 15:51
Show Gist options
  • Save nattybear/bd01661695081cce8ccce372ee3ad0d5 to your computer and use it in GitHub Desktop.
Save nattybear/bd01661695081cce8ccce372ee3ad0d5 to your computer and use it in GitHub Desktop.
for i in range(10):
for j in range(10):
result = (10*i + j) + (10*j + i)
if result == 99: print(i, j)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment