вот код
def start():
banner = pyfiglet.figlet_format("RPG-7")
print(Fore.RED)
print(banner + Style.RESET_ALL)
print(Fore.GREEN)
print('------------------------------------')
print(
Fore.BLUE + Style.BRIGHT +
f"Create by Arturchik\nPhone: {phone}\nNumber of rounds: {count}\nMail: {email}"
+ Style.RESET_ALL)
print(Fore.GREEN + '------------------------------------' +
Style.RESET_ALL)
-
Вопрос задан
-
119 просмотров