课程上的案例模板-指定名字对应模板 的代码运行起来不对

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

qq_锋矢_0

2024-01-11 21:33

指定名字对应模板 的代码运行起来不对,那位大佬告知一下

https://img1.sycdn.imooc.com/659fedbb0001222a05580520.jpg

写回答 关注

3回答

  • 翎栋
    2024-02-17 17:33:30

    # -*- coding: utf-8 -*-


    # 加上上面这个注释就可以带有中文的注释了

    b = "Python"

    print("Life is short, you need {c}".format(c=b))


    print("Life is short, you need {0}".format("Python"))

    # no chinese world or 


    翎栋 回复翎栋

    这个编码声明一定要定在开头

    2024-02-17 17:35:08

    共 2 条回复 >

  • qq_舞荷_1
    2024-01-15 15:47:12

    https://img1.sycdn.imooc.com/65a4e2d4000134db10110497.jpg没有问题

  • weixin_慕无忌2350060
    2024-01-15 15:47:08

    把两行注释去掉试试看

Python3 入门教程(新版)

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

154172 学习 · 1075 问题

查看课程

相似问题