len_text
This commit is contained in:
parent
1cb3565b94
commit
25f75b3d2a
5
hlna.py
5
hlna.py
@ -152,9 +152,10 @@ def print_line(*text, flag=""):
|
||||
color = colorama.Fore.CYAN
|
||||
else:
|
||||
color = colorama.Fore.WHITE
|
||||
print(colorama.Fore.LIGHTGREEN_EX + "." * 140)
|
||||
len_text = len(text)
|
||||
print(colorama.Fore.LIGHTGREEN_EX + "." * len_text)
|
||||
print(color, *text)
|
||||
print(colorama.Fore.LIGHTGREEN_EX + "." * 140 + colorama.Style.RESET_ALL)
|
||||
print(colorama.Fore.LIGHTGREEN_EX + "." * len_text + colorama.Style.RESET_ALL)
|
||||
|
||||
|
||||
def check_int(number=""):
|
||||
|
Loading…
Reference in New Issue
Block a user