题目
题目

Fal25_CS003C_74229 Ch. 6 Pre-Quiz (Remotely Proctored)

单项选择题

What is the difference between a list and a string?

选项
A.lists are sequences but strings are not and therefore you cannot access a string element using []
B.lists are immutable, but strings can be changed
C.lists can hold values of any type, whereas strings are only sequences of characters
D.elements in a list can be accessed using an integer as the index value, but strings can use any numeric data type for the index
查看解析

查看解析

标准答案
Please login to view
思路分析
Question: What is the difference between a list and a string? Option 1: 'lists are sequences but strings are not and therefore you cannot access a string element using []' This is incorrect because both lists and strings are sequences in most programming languages (e.g., Python), and both support indexing with [] to access elements or characters. The claim that strings are not sequences and cannot......Login to view full explanation

登录即可查看完整答案

我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!