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