Mercurial
Mercurial
>
workshops
/ 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
.
day1/exercise/pyramid1.py
author
Puneeth Chaganti <punchagan@fossee.in>
Thu, 04 Feb 2010 23:15:50 +0530
changeset 370
b54a496d320c
parent 64
333092b68926
permissions
-rw-r--r--
Minor edits to IPython slide.
n = input('How many lines? ')
for i in range(1, n + 1):
for j in range(i):
print i,
print