
(a)

(b)
# “\n” is a next line character and starts printing from the next line
(c)

(d)

# Nothing will be printed on the last line because third argument is missing in both string slices with negative indexes
(e)


(a)

(b)
# “\n” is a next line character and starts printing from the next line
(c)

(d)

# Nothing will be printed on the last line because third argument is missing in both string slices with negative indexes
(e)
