相关试题
单选题 What does the ZIP() function return? (Ans:C) ZIP() 函数返回什么? ()
单选题 Which of these is not a core data type? (Ans:D) 以下哪个不是核心数据类型? ()
单选题 Which of the following commands will create a LIST?(Ans:D) 以下哪个命令将创建一个列表? ()
单选题 Is Python case-sensitive when dealing with identifiers? (Ans-A) 处理标识符时,Python 是否区分大小写? ()
单选题 Which of the following is an invalid variable? (Ans:B) 以下哪个是无效的变量? ()
单选题 Which of the following is incorrect for this Python code: t = (1,2,3,4)? (Ans:B) 以下关于这段 Python 代码 t = (1,2,3,4) 哪个是不正确的? ()
单选题 Which of the following is the correct way to create an array of integers in Python? (Ans:A) 以下哪个是在 Python 中创建整数数组的正确方式? ()
单选题 Which keyword is used to define a function in Python? (Ans: A) 在Python中,用于定义函数的关键字是什么? ()