首页
编程
java
php
前端
首页
编程
java
php
前端
这是一段python代码哪里错了
name='九儿'
age=9
print('我叫'+name+,'今年'+str(age)+'岁了')
删掉中间的英文逗号即可
语句如下:
结果:
多了个+,
点击展开全文