+2 к len
This commit is contained in:
parent
a02d81cf80
commit
55699412ea
2
hlna.py
2
hlna.py
@ -197,7 +197,7 @@ def print_line(*text, flag="", sep=" ", end="\n"):
|
||||
color = colorama.Fore.CYAN
|
||||
else:
|
||||
color = colorama.Fore.WHITE
|
||||
len_text = len(*text)
|
||||
len_text = len(*text)+2
|
||||
print(colorama.Fore.LIGHTGREEN_EX + "." * len_text)
|
||||
print(color, *text, sep=sep, end=end)
|
||||
print(colorama.Fore.LIGHTGREEN_EX + "." * len_text + colorama.Style.RESET_ALL)
|
||||
|
Loading…
Reference in New Issue
Block a user