I am using Visual Studio 2019 to follow along with a python training course which was written in 3.6.1, and am writing in Python version 3.7; however, when I write isinstance, its color does not change, where as the code in the training course does.
Is isinstance just not considered to fit in a special category anymore, or was it removed in an update?