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?