Commit 62e618ed by BellCodeEditor

auto save

parent e985eeb3
Showing with 0 additions and 1 deletions
...@@ -2,4 +2,3 @@ for i in range(6): ...@@ -2,4 +2,3 @@ for i in range(6):
for l in range(6): for l in range(6):
if i>=l: if i>=l:
print("@",end=' ') print("@",end=' ')
print()
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