單項選擇題以下哪個方法可以刪除字符串兩端的空格?()
A.strip()
B.split()
C.join()
D.replace()
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題以下哪種方法可以將字符串"hello"轉換為大寫?()
A."hello".upper()
B."hello".lower()
C."hello".capitalize()
D."hello".title()
2.單項選擇題Python中的元組是如何定義的?()
A.使用方括號[]
B.使用大括號{}
C.使用小括號()
D.使用雙引號""
3.單項選擇題在Python中,以下哪個序列類型是不可變的?()
A.列表
B.字符串
C.字典
D.集合
4.單項選擇題在Python中,以下哪一選項用于輸出字符串"Hello,World!"?()
A.echo "Hello,World!"
B.print("Hello,World!")
C.printf("Hello,World!")
D.cout<<"Hello,World!"
5.單項選擇題在Python中,以下哪個語句可以查看各參數幫助信息?()
A.python -h
B.python -help
C.python --help
D.python /h
最新試題