What is the result? - Level 2 What is the result of each of the following statements? "123456"[0] "123456"[-1] print("\\a\\b\a\c") Solution '1' '6' \a\b\c