Is this string considered an int? This is a python question?

I just want to confirm something, if I do this code:
apple = 5
print(apple)

it prints 5, is this because the string apple is now considered an int, is this why I don't need quotes when printing this string?

2017-04-11T00:37:33.809Z