HRD-180 年齢別のお客様を対象とするコンテンツが提供されております。
お客様はそのコンテンツを楽しむことができます。
See Python 3.8’s ‘f-strings’ in Action
Python 3.8 の新機能である 'f-strings' を活用した例です。
これらは通常の文字列とは異なり、インデントと結合できるので、コードの可読性を向上させることができます。
詳細は Python のドキュメントやコミュニティの記事を参照してください。
The new feature in Python 3.8, 'f-strings', is exemplified here. These are distinct from regular strings in that they can be indented and concatenated, thereby improving the readability of the code. For more details, refer to the Python documentation or community articles.
Editor's Choice: Python 3.8's f'strings' in Action
選ばれたエントリー: Python 3.8 の新しい機能 'f-strings' の例です。これらは通常の文字列とは異なり、インデントと結合できるので、コードの可読性を向上させることができます。詳細は Python のドキュメントやコミュニティの記事を参照してください。
In Depth: Exploring Python 3.8's 'f-strings' Features
詳細な記事: Python 3.8 の新しい機
2020年2月16日