为了账号安全,请及时绑定邮箱和手机立即绑定

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

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

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

正在回答

3 回答

# -*- 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 


0 回复 有任何疑惑可以回复我~
#1

翎栋

# -*- coding: utf-8 -*- # Enter a code b = "Python" # 我是中 print("Life is short, you need {c}".format(c=b)) print("Life is short, you need {0}".format("Python"))
2024-02-17 回复 有任何疑惑可以回复我~
#2

翎栋 回复 翎栋

这个编码声明一定要定在开头
2024-02-17 回复 有任何疑惑可以回复我~

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

0 回复 有任何疑惑可以回复我~

把两行注释去掉试试看

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

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

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信