Computer Science, asked by ujju0744, 6 months ago

What will be the output of the following code?
x="hello ABCD"
a=x[2:]
b=a[:2]
c=b[-1]
print(c)​

Answers

Answered by btanvi047
0

Answer:

xab-1 is your answer OK .output

Similar questions
Math, 3 months ago