第14023题 单选
设str1 = '*@python@*',执行print(str1[1:].strip('@'))语句的输出结果是什么?
A

python@*

B

python*

C

@python@

D

python*

提交0次 正确率0.00%
答案解析