第16854题
Python中字符串变量message1='Hello'执行message1.append('world')的值是否为'Hello world'?
A

正确

B

错误