Open ausaki opened 1 month ago
__builtin__ is renamed to builtins in Python 3. Besides that, we can directly use str in Python 2 and Python 3
__builtin__
builtins
str
__builtin__
is renamed tobuiltins
in Python 3. Besides that, we can directly usestr
in Python 2 and Python 3