「+」や「str()」の嵐でコードが読みにくくなったこと、ありませんか?💦 たとえば── 以下のようなコードですね。 Python 3.6で導入された、最もシンプルで直感的な文字列フォーマット方法です。 これを使えば、以下のようにスッキリ書けます。 f"名前: {name} ...
If you work with strings in your Python scripts and you're writing obscure logic to process them, then you need to look into ...