Retourner au contenu associé (entrée de forum : Python: Return value not found in function)
Posté par miprotech223 le 01 avril 2021 à 13:01. En réponse au message Python: Return value not found in function. Évalué à 1.
ah oui lol vous êtes un bon maître :)
def build_answer(shop, order_info, message, questions, history, is_buffalo): questions_2 = ["info_not_found", "none"] history_line = None for j in range(len(history)): try: if (message["email"] in history[j]): return handle_email(questions_2, order_info, message, history) response, answer_id, info = prepare_response(shop, questions, order_info, message,history) except Raise : print("Ordre_info Not found") # Build the file content answer_ids = [] ; answer_ids.append(answer_id); log_response(shop, questions_2, order_info, message, history) return response, answer_id
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Ça veut dire quoi ?
Posté par miprotech223 . En réponse au message Python: Return value not found in function. Évalué à 1.
ah oui lol vous êtes un bon maître :)