题库分类
网课答案
APP
退出
登录
注册
财会类
银行业专业人员(初级)
注册税务师(CTA)
注册资产评估师
中级会计职称
中级经济师
初级会计职称
注册会计师(CPA)
中级统计师
初级统计师
会计从业证
理财规划师
价格鉴证师
初级经济师
统计从业资格
中级审计师
公务员
公务员(国考)
公务员(省考)
军转干
警察招考
公选
公务员网络培训
国家电网
执法资格
军队文职
特岗教师
税务稽查
公安消防
事业单位
事业单位招聘
事业单位工勤人员
职业资格
证券从业资格
教师资格
社会工作者
导游资格
管理咨询师
期货从业资格
企业法律顾问
司法考试
人力资源
秘书资格
心理咨询师
营销师
国际商务
公共营养师
行政执法资格
行业知识
医疗/健康
法律法规
考古/收藏
社会科学
管理/战略
教育/培训
创业/投资
文体/艺术
市场/营销
工程/建筑
媒体/传播
生活/时尚
理财/金融
情感/心理
财会/税务
医卫类
药学(中级)
主管护师 (中级)
内科主治
执业药师
临床执业医师
护士资格证
药学(师)
中医助理医师
中西医结合执业医师
口腔助理医师
临床助理医师
中医执业医师
外科主治
妇产科主治
初级护师
建筑工程类
一级建造师
二级建造师
安全工程师
监理工程师
咨询工程师
造价工程师
房地产估价师
土地估价师
城市规划师
投资项目管理
结构工程师
房地产经纪人
初级质量工程师
助理造价工程师
物业管理师
外贸类
报关员
物流师
报检员
单证员
外销员
跟单员
国际商务师
货运代理
当前位置:
首页
>
超星
>
10 syntax error
简答题
Correct the following codes to print the string"I am 18 years old."改正下列代码输出字符串"I am 18 years old."age = 18print("I am "+ age + " years old.")
查看答案
简答题
Correct the syntex error in the following codes.改正下列代码中的语法错误。x = eval(input('input a number: '))if x<0:y = -1elif x = 0:y = 0else:y = 1print('y = ', y)
查看答案
简答题
Correct the following code to print the last item in the following list.改正下列代码输出列表中最后一个元素。spam = ['cat','ant', 'dog', 'elephant', 'mouse']print(spam[5])
查看答案
简答题
Print the titlecased form of the following names.改正代码将列表names中的字符串首字母大写输出。names = ['tom', 'harry', 'amy']for s in names:print(s.title, end = ' ')
查看答案
简答题
Correct the definition of the following class to print 'Hello'.改正下列类的定义输出'Hello'。class Foo:def show():print('Hello')a = Foo()a.show()
查看答案
简答题
Correct the following codes to count the vowel letters in s.改正下列代码统计字符串s中元音字母的个数。s = 'Life is short, you need Python.'count = 0for c in s:if c.lower() in "aeiou":count++print(count)
查看答案
简答题
Correct the following codes to count all the input symbols ending with #.改正下列代码统计以#结束的字符个数。count = 0while x=input()!= '#'count += 1print(count)
查看答案
简答题
Correct the following codes to print 9.改正下列代码输出9.x = 0def func():print(x)x = 9func()
查看答案
简答题
There is an error when running the following codes,NameError: name 'r' is not defined. Please correct the error.下列代码运行时错误提示NameError: name 'r' is not defined,请改正其中的错误。import mathclass Circle:def __init__(self, r):self.r = rdef area(self):return math.pi*r*rc = Circle(2)print(c.area())
查看答案
简答题
Correct the following code to print 1.def foo():total += 1return totaltotal = 0print(foo())
查看答案
1
2
3
下一页
登录
登录
忘记密码
|
立即注册
注册
获取验证码
注册
已有账号 立即登录
忘记密码
获取验证码
找回密码
立即注册
套餐购买
该问题答案仅对会员开放,欢迎开通会员
¥
19.9
0.64/天
1个月(不限次)
¥
19.9
1000次
(不限时)
¥
29.9
0.32/天
3个月(不限次)
¥
59.9
0.16/天
1年(不限次)
请选择支付方式
微信支付
支付宝支付
立即支付
39.8
遇到问题请联系
在线客服
请不要关闭本页面,支付完成请点击
【支付完成】
按钮
支付完成
取消订单
遇到问题请联系
在线客服