使用复习卡回顾
·
第 1 题,共 7 题
理解 Python 中的标识符
开始实验
1
选择最佳答案
以下哪个名称是有效的 Python 标识符?
A
2nd_value
B
_private_value2
C
private-value
D
private value