Skip to content

Commit ad7f054

Browse files
Update butterfly_pattern.py
1 parent a7ffc5c commit ad7f054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphics/butterfly_pattern.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def butterfly_pattern(n: int) -> str:
22
"""
33
Creates a butterfly pattern of size n and returns it as a string.
44
5-
>>> butterfly_pattern(3)
5+
>>> print(butterfly_pattern(3))
66
* *
77
** **
88
*****

0 commit comments

Comments
 (0)