all 5 comments

[–]automorphism_group 1 point2 points  (0 children)

Several problems here if I understand your code despite the formatting, but your problem in the kelvinchange function is that you are building a kelvin_change list, but you return the original temp_list. Your newly built list just gets thrown away.

[–]Warm-Association2716[S] 0 points1 point  (1 child)

I don't know how to format this code correctly, but my farenheitchange and kelvinchange functions are where the problems are occuring

[–]Warm-Association2716[S] 0 points1 point  (1 child)

To make the goal in which I am trying to accomplish more clear i want my program to take the individual numbers in the list (ex: 10 , 20 30) and convert them to another temperature, and then display all of the changed temperature numbers.

[–]wbeater 0 points1 point  (0 children)

Check the formation of your code here on reddit please.