Skip to content

Commit e28e922

Browse files
Update butterfly_pattern.py
1 parent a76abb2 commit e28e922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/butterfly_pattern.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def print_butterfly(n): # defining the function
1212

1313
n = int(
1414
input("Enter the value of n: ")
15-
) # asking the user to enter the value of n and converting the n from string to int data type
15+
) # asking the user to enter the value of n
1616
print_butterfly(n)

0 commit comments

Comments
 (0)