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