本答案对应课程为:点我自动跳转查看
本课程起止时间为:2020-02-17到2020-05-15
本篇答案更新状态:已完结
MODULE 01: Python基础之第一周 走近Python 第一周 走近Python单元测验
1、 问题:以下哪一条语句不能实现”hello world”字符串在一行中输出?
选项:
A:print(‘hello world’)
B:print(“hello world”)
C:print(”’hello
world”’)
D:print(‘hello \
world’)
答案: 【print(”’hello
world”’)】 点我阅读全文