Commit 1bba45ff by BellCodeEditor

auto save

parent 1ad359c3
Showing with 10 additions and 1 deletions
count = 0
while count<9:
print(count)
count= count+1
\ No newline at end of file
print()
n = '*'
print(' '+n)
print(' '+n*3)
print(n*5)
\ 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