Blog

What is the output of the code below?

v = “John Doe”[3:]
print(v)