hey i have this type of issue with my code kindly guide me.
app_name= 'Pandora - Music & Radio’
average_rating = '4.0’
total_ratings = '1724546’
price = 'free’
print(app_name)
TypeErrorTraceback (most recent call last)
in ()
4 price = ‘free’
5
----> 6 print(app_name)
TypeError: ‘int’ object is not callable
Hi @usmanasif166, welcome to the community!
Check out this post to learn about 'XX' object is not callable
errors and how you can fix them: