n=int(input("Please enter a number:"))for i in range(1,n+1): for j in range(1,n+1): print("* ",end=" ") print()
Loading…
No comments:
Post a Comment