def activate_threat(): """ To Be Developed Returns ------- None. """ threat_dice = randint(1, 6) print(f'trigger threats corresponding to the number {threat_dice}') pretty_shown_crew([threat_dice])