Print #1,STR$中的Print是()
以下代码生成结果分别是: str=”Hello world” print(str1[-10:-4]) print(str1[-5:-11]) print(str1[7:1:-2]) print(str1