__builtin__ is renamed to builtins in Python 3. Besides that, we can directly use str in Python 2 and Python 3
__builtin__
builtins
str