Skip to content

Commit df89f67

Browse files
authored
Accept no from user and print * pattern(i.e if no=5 print * 5 rows and 5 col)
1 parent 98d8da5 commit df89f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pattern.py renamed to Pattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def main():
2-
print("Enter Number")
2+
print("Enter Number:")
33
no=int(input())
44
for i in range(no):
55
for i in range(no):

0 commit comments

Comments
 (0)