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

判断题:下面程序的输出是字符`a`

Luz4年前 (2022-03-31)题库1282
下面程序的输出是字符a

c="A"
print(c.lower)


答案:FALSE