首页题库练习题目详情
Python程序设计单选题中等

执行以下代码后,变量result的值是什么? s = ' hello '; result = s.strip()

A'hello '
B' hello'
C'hello'
D' hello '