Multiple choice:S = "ABCD'12'34", the following () can output the character '12'34.
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
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