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/06/pytriads_.py
author
Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 08 Aug 2009 23:54:36 +0530
changeset 18
05b9e60e6a10
parent 8
294ff7ac9cb6
permissions
-rwxr-xr-x
Changed CSS and removed Withdraw proposal.
def pytriads():
for a in range(3, 100):
for b in range(a+1, 100):
if gcd(a, b) == 1: