|
|
@ -48,7 +48,7 @@ class Soup(Bureau):
|
|
|
|
Prints a pattern composed with A and B characters.
|
|
|
|
Prints a pattern composed with A and B characters.
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
pattern, _ = data.split(".")
|
|
|
|
pattern = data
|
|
|
|
self.pattern = pattern
|
|
|
|
self.pattern = pattern
|
|
|
|
self.print_small(pattern)
|
|
|
|
self.print_small(pattern)
|
|
|
|
|
|
|
|
|
|
|
|