Q. What is the result of 'Python'[-1]? (A) P (B) n (C) h (D) o ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) n Explanation: Negative index -1 returns the last character.