• 2021-04-14
    阅读下面的程序,分析代码是否能够编译通过。如果能编译通过,请列出运行的结果,否则请说明编译失败的原因。
    string_example=” Hello World “
    print(string_example.strip())