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

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

A'HELLO '
B' HELLO'
C'HELLO'
D' HELLO '