
Nicholas V. answered 02/26/23
Computer Science Expert
Create two functions to convert temperatures:
From ICE1.py import functions
or import the functions specifically from the ICE1.py file
Then for step two, to create the NullToBooleanConverter() function, simply check if the value is not none:
Last, simply call the function twice from ICE1.py. First when it is any non-null value, and then when the value is null. Then print the result.