We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 537c2b2 commit 56a3450Copy full SHA for 56a3450
Demo/simple demo/star.py
@@ -0,0 +1,6 @@
1
+for i in range(11):
2
+ for j in range(11-i):
3
+ print " ",
4
+ for k in range(i*2+1):
5
+ print "*",
6
+ print "\n"
0 commit comments