课程
/后端开发
/Python
/Python3 入门教程(新版)
# Enter a code
age = 19
if age>=18:
print('咚咚锵的年龄是',age)
2024-04-26
源自:Python3 入门教程(新版) 4-1
正在回答
if age>18:
print('adult')
print(age)
# coding: utf-8
print("咚咚锵的年龄是: {}".format(age))
找到答案了,前边需要加上
#coding:utf-8
举报
python3入门教程,让你快速入门并能编写简单的Python程序
3 回答为什么运行失败
2 回答为什么运行失败
1 回答为什么我这运行失败
1 回答我这个为什么运行失败?