第15855题 判断题
判断Python中仅双引号包裹的内容属于字符串、单引号包裹的不属于字符串的说法是否正确

题干描述:普通字符串采用双引号("")包裹,采用单引号('')包裹的不属于字符串,举例:

a="word"

属于字符串,

a='word'

不属于字符串。

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析