We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ffc5c commit ad7f054Copy full SHA for ad7f054
graphics/butterfly_pattern.py
@@ -2,7 +2,7 @@ def butterfly_pattern(n: int) -> str:
2
"""
3
Creates a butterfly pattern of size n and returns it as a string.
4
5
- >>> butterfly_pattern(3)
+ >>> print(butterfly_pattern(3))
6
* *
7
** **
8
*****
0 commit comments