Don’t worry, unlock all articles / blogs on PrepInsta by just simply logging in on our website
Notifications Mark All Read
No New notification
June 23, 2019
Login/Signup to comment
n = int(input()) for i in range(n): print(” “*i+”*”*n)
Get Hiring Updates right in your inbox from PrepInsta
n = int(input())
for i in range(n):
print(” “*i+”*”*n)