This commit is contained in:
Евгений Храмов 2023-05-31 20:49:27 +03:00
parent 8d9128371f
commit 7b24d13d7a

@ -147,9 +147,9 @@ def print_line(*text, flag=""):
color = colorama.Fore.CYAN
else:
color = colorama.Fore.WHITE
print(colorama.Fore.LIGHTGREEN_EX + "." * 180)
print(colorama.Fore.LIGHTGREEN_EX + "." * 140)
print(color, *text)
print(colorama.Fore.LIGHTGREEN_EX + "." * 180 + colorama.Style.RESET_ALL)
print(colorama.Fore.LIGHTGREEN_EX + "." * 140 + colorama.Style.RESET_ALL)
def check_int(number=""):