字符串的输出

输出:print() 函数 —— %s、f-string、format。

f-strings 提供一种简洁易读的方式,可以在字符串中包含 Python 表达式。f-strings 以字母 ‘f’ 或 ‘F’ 为前缀,格式化字符串使用一对单引号、双引号、三单引号、三双引号。
例如:f’我的名字叫 {变量}’