首页题目详情

以下哪项是Python中合法的变量命名方式?

题目配图
A.2nd_student
B._student_name
C.student-name
D.student name

优质解答

答案

B

解析

在Python中,变量名不能以数字开头,也不允许使用特殊字符如连字符(-)或空格。下划线_是允许的,因此_B是合法的变量名。

查看答案和解析

支付 ¥0.1 即可查看此题答案和详细解析

低至 ¥0.1 起

计算机软件基础单选题中等AI生成