-->
当前位置:首页 > 题库

单选题:在Python中,以下哪个变量的命名是不合法的?

Luz4年前 (2022-09-21)题库725
在Python中,以下哪个变量的命名是不合法的?



A.x123
B._name
C.post@abc
D.post_abc


答案:C