What is the output of the following code snippet?
print('Python'[:])
C) 'ytho'
B) 'yt'
A) 'Py'
D) 'Python'