课程
/后端开发
/Python
/Python3 入门教程(新版)
age=19 if age>=18 print('your age={}'.format(age)) print('aduit')
2021-10-21
源自:Python3 入门教程(新版) 4-1
正在回答
if 语句结尾的 冒号 没有加上
少了:
age=19
if age>=18:
print('aduit')
print('your age={}'.format(age))
举报
python3入门教程,让你快速入门并能编写简单的Python程序
2 回答(纯小白)为什么运行错误呢?
3 回答为什么答案运算失败?
1 回答什么是“取模”运算?
1 回答为啥显示运行错误?
1 回答为什么这个运行后没有结果,代码没有错误