We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76abb2 commit e28e922Copy full SHA for e28e922
other/butterfly_pattern.py
@@ -12,5 +12,5 @@ def print_butterfly(n): # defining the function
12
13
n = int(
14
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
+) # asking the user to enter the value of n
16
print_butterfly(n)
0 commit comments