Commit e16ae3e4 by BellCodeEditor

save project

parent a8caf7e6
Showing with 9 additions and 2 deletions
print(3>4 or 4>3 and not 1==1)
\ No newline at end of file
n=int(input())
for i in range(n):
print(i,end="")
for j in range(i):
print(" ",end="")
for k in range((n-i)*2-1):
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