Question: Python coding please CSc 120: Classes: Temperatures Expected Behavior Write a Python class Temp that meets the following requirements Attributes ._temp: the numerical value of

 Python coding please CSc 120: Classes: Temperatures Expected Behavior Write a

Python class Temp that meets the following requirements Attributes ._temp: the numerical

Python coding please

CSc 120: Classes: Temperatures Expected Behavior Write a Python class Temp that meets the following requirements Attributes ._temp: the numerical value of the temperature the object represents; _unit: "C" if the object was created using a Celsius temperature: "F"f it was created using a Fahrenheit temperature Methods . init(self, tenp, unit): where temp is a number and unit is either "c or "F" depending on whether temp represents a Celsius or Fahrenheit temperature. This method initializes the_temp attribute of the object with the value of temp and the_unit attibute with the value of unit. . str_(self): returns a string consisting of the value of the object's_temp attribute together with the unit "C" or "F") the object was created with. Methods that take a second Temp object other as argument and compare the temperature represented by the object is hotter, cooler, or the same as that represented by other. Given two Temp objects ti and t2, t should be possible to determine relationship between them, e., whether they represent the same temperature, or whether one is a bigger or smaller temperature when converted to the same unit, using the comparison operations <. s>z, "-, 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!