Computer Science, asked by veerakeshkanna, 4 months ago

What will be the output produced by following code ?
2
x = "hello world"
print (x[:2), x[ 2:4 ])

Answers

Answered by da4729204
1

Answer:

the output produced by following code

hello

Similar questions