tuple object is not callable

0 votes
mass=int(input("Enter mass:"))
change=int(input('enter the change in temperature:'))
specific_heat=4184
cal=mass*specific_heat*change
print("Your total heat required is:",cal) # in this line am getting the error.....
joules_to_kwh=2.7e-7
kwh=cal*joules_to_kwh
cost=kwh*8.6
print=("your total cost will be :",cost,"$")
Jun 25, 2021 in Python by Sukesh

edited 5 days ago 8 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP