单项选择题
去除字符串中左侧的空格应使用()。
A.replace B.islower C.strip D.lstrip
单项选择题 验证码一种区分用户是计算机还是人()。
单项选择题 表达式max(‘hello’)的值是()。
单项选择题 print(’hello’[::-2])的值是()。