coding practice-8 Get link Facebook X Pinterest Email Other Apps April 05, 2022 write a program to print a solid square pattren of n rows and n columns: n=int(input()) for i in range(n): print("* "*n) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment