Mercurial
Mercurial
>
nme_ict
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
app/site-content/proposals/2009/08/07/pytriads.py
author
Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 13 Aug 2009 03:42:34 +0530
changeset 46
e27c75dedbfb
parent 20
327b3f0b73bb
permissions
-rwxr-xr-x
Fixed the correct redirects and review saves.
def pytriads():
for a in range(3, 100):
for b in range(a+1, 100):
if gcd(a, b) == 1: