Q. What is the output for 'python' [-3]? (A) ‘h’ (B) ‘t’ (C) ‘o’ (D) Error: negative index ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) ‘h’ Explanation: Negative indexes start from the end of a string and are inverted.