why ?imooc换shunyi不行?

来源:3-7 Python的字符串format

weixin_慕数据0105977

2023-07-14 16:28

result=template.format(w=world,c=china,b=beijing,s=shunyi)

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

NameError: name 'shunyi' is not defined. Did you mean: 'sunyi'?


写回答 关注

1回答

  • 慕少1536510
    2023-07-15 20:05:24
    shunyi=template=result = template.format(=,=,=,=shunyi,=)
    (result)


Python3 入门教程(新版)

python3入门教程,让你快速入门并能编写简单的Python程序

154175 学习 · 1075 问题

查看课程

相似问题