TypeErrorTraceback (most recent call last)
<ipython-input-1-2f58d6962a6bn <module>()
2 old_income= 34000
3 new_income = 40000
----4 print(old_income)
5 print(new_income)
TypeError: 'int' object is not callable
Hey, Shagyan.
Can you please take a look at this guide on how to ask a good question and edit your post?
In the meantime I suggest you use Discourse’s search function to search for “TypeError”, several versions of this question have been asked and answered many times.