英語ドキュメント:
input
([プロンプト]) input
([prompt])
If the prompt argument is present, it is written to standard output without a trailing newline. The function then reads a line from input, converts it to a string (stripping a trailing newline), and returns that. When EOF is read, EOFError
prompt 引数が存在する場合、末尾の new
line。次に、この関数は入力から行を読み取り、それをstring に変換し (末尾の改行を削除)、それを返します。EOF が読み取られると、EOFError
が発生します。 raises
関数
は、ユーザーが入力した値を読み取り、それを 🎜 文字列 🎜 に変換します。 🎜りー🎜 🎜以上がPython の組み込み入力関数の詳細な紹介の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。