1、
>>> a = 100
>>> b = 200
>>> print(a,b)
100 200
>>> print("the score is:",a)
the score is: 100
>>> print(f"the score is:{a}")
the score is:100
1、
>>> a = 100
>>> b = 200
>>> print(a,b)
100 200
>>> print("the score is:",a)
the score is: 100
>>> print(f"the score is:{a}")
the score is:100
上一篇:python中修改列表元素的值
下一篇:python中给列表元素去重复
输出变量1. 输出变量:print()这个函数。 &n
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M