def speak(text): print(f"[Voice] {text}") def listen(): return input("[Voice Input]> ")