Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 247 Bytes

what_is_the_result_lvl_2.md

File metadata and controls

11 lines (7 loc) · 247 Bytes

What is the result? - Level 2

What is the result of each of the following statements?

  1. "123456"[0]
  2. "123456"[-1]
  3. print("\\a\\b\a\c")

Solution

Click here to view the solution