Commit 20365dee by BellCodeEditor

save project

parent 8a475dd7
Showing with 12 additions and 1 deletions
i = 2
input(900*i)
for i in range(1,5):
for j in range(1,i+1):
for j in range(10,i):
print("*",end=" ")
print()
\ No newline at end of file
t=["a","b","c","d"]
for x in t:
print(x)
for i in range(len(t)):
print(t[i])
\ 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