Computer Science, asked by suthararyan74, 6 hours ago

how to access a value in string str = 'hello' str[0] what is the answer​

Answers

Answered by iSubrat
0

Answer:

'h'

Explanation:

str[0] will fetch the 'h' from "Hello"

Similar questions