当前位置:   article > 正文

Python中使用f格式化字符串的用法_pycharm 使用f表达式

pycharm 使用f表达式

官方的解释:

PEP 498 – Literal String Interpolation | peps.python.org

F-strings provide a way to embed expressions inside string literals, using a minimal syntax. It should be noted that an f-string is really an expression evaluated at run time, not a constant value. In Python source code, an f-string is a literal string, prefixed with ‘f’, which contains expressions inside braces.

概要翻译一下就是:python的print字符串前面加f表示格式化字符串,加f后可以在字符串里面使用用花括号括起来的变量和表达式。

大括号=花括号=brace

括号_百度百科

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/1018784
推荐阅读
相关标签
  

闽ICP备14008679号