How to get the sum of fahrenheight and kelvin in my program for loop

0 votes

So I'm trying to get the total of all the degrees fahrenheit and kelvin values within my for loop, but I don't know how to. Any advice would be great, thank you.

for numbers in range(-10,11,2):

    num_in_decimals=float(numbers)

    fahr_calc=(numbers*9/5)+32

    kelvin_calc=(9/5*numbers+491.67) * 5/9

Mar 19, 2022 in Python by Matt

edited 5 days ago 6 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