CSSE1001/7030 Week 4 每周题库 · While-Loops & Data Structures while 循环与数据结构
Week 4 精选练习:while 循环、列表、字典、元组、切片与混合数据结构。Curated practice on while loops, lists, dicts, tuples and slicing.
0题目
0已练习
0%你的正确率
~0 分钟预计时间
List 列表
What does the expression 2 * ['1', '3'] evaluate to?
List 列表
What does the expression '2' + ['1', '3'] evaluate to?
List 列表
What does the expression list('2') + ['1', '3'] evaluate to?
List 列表
What does the expression list(’a’) + [’d’, ’e’] evaluate to?
List 列表
What does the expression ’2’ * [‘4’, ‘6’] evaluate to?
你的进度
0%0 / 40
已练 0 / 40 · 正确率 0%