def good_bye(word, default='has'): print(Fore.BLUE + Style.BRIGHT + '*-* Your database {1} been {0}. *-*'.format(word, default)) print(Fore.CYAN + Style.BRIGHT + '*_* Have a nice day! *_*') sys.exit()