-->
当前位置:首页 > 题库 > 正文内容

Multiple choice:S = "ABCD'12'34", the following () can output the character '12'34.

Luz4年前 (2021-05-10)题库632
S = "ABCD'12'34", the following () can output the character '12'34@[ D](1)
A. s[5:8]
B. s[4:8]
C. s[-1:-6]
D. s[-6:]




A.s[5:8]
B.s[4:8]
C.s[-1:-6]
D.s[-6:]


answer:D

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。