题目内容

有字符串变量a="orange",则a[4:5]表示的是()。

A. g
B. ge
C. e
D. ng

查看答案
更多问题

有字符串变量str="turtle",则print(str[:-1])表示的是()。

A. turtle
B. turtl
C. le
D. e

有字符串变量s="student",则s[::-2]表示的是()。

A. suet
B. tdn
C. teus
D. tn

upper("apPLe")

Apple
B. apple
C. apPLe
D. APPLE

若有语句:s="smoothlookbookschool"t=s.replace("oo","aa",3)没有被替换的是()。

A. smooth
B. look
C. book
D. school

答案查题题库