Define inheritance, polymorphism and how they are used in python? Write 2 functions: float ConvertF( int temp ), float ConvertK( int temp ). Each function takes a integer input (temperature from user) either in Fahrenheit or Kelvin and does conversion calculatio ...