Commit 3988f569 by BellCodeEditor

save project

parent c39910a3
Showing with 11 additions and 3 deletions
......@@ -7,8 +7,16 @@
#Pen.speed(0)
#for i in range(500):
# Pen.pencolor(colors[i%4])
# wer=wer+1
# wer=wer
# Pen.forward(wer)
# Pen.right(134)
#turtle.done()
\ No newline at end of file
l=1
k=1
for i in range(4):
for p in range(i):
print("*",end=" ")
for r in range(4-i):
print("*",end=" ")
print()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment