We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9630348 commit 76b72f5Copy full SHA for 76b72f5
Python/Patten/File-1.py
@@ -0,0 +1,6 @@
1
+n = int(input("Enter Range: "))
2
+
3
+for i in range(n):
4
+ for j in range(n):
5
+ print("*", end=" ")
6
+ print()
0 commit comments