x = 1
print(x)
print(type(x))
I'm trying to execute these lines of code in VS code, but it's giving me an error:
TypeError: 'str' object is not callable
But it's working in Jupyter notebook.
This work is licensed under a CC BY-SA 4.0 License. Copyright © 2021 ServeAnswer Inc.