Coders Packet

Temperature Converter using python

By SRI LAKSHMI SAHITHI

A temperature converter is used to convert a temperature from one form to another. The basic units of Temperature are Celsius(°C), Fahrenheit(°F), Kelvin(K), and Rankine(R).

A temperature converter converts the temperature given in one form to another form.

In this project, We will discuss various temperature conversions such as Celsius(°C), Fahrenheit(°F), Kelvin(K), and Rankine(R) using Python programming language.

This program involves the usage of string slicing, indexing, and conditional statements.

In this project, the user gives the input of temperature in any one of the following like Celsius(°C), Fahrenheit(°F), Kelvin(K), and Rankine(R) such that temperature in the other three forms is presented as output at the end of the program.

temp_convt output

 

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by SRI LAKSHMI SAHITHI (uslsahithi)

Download packets of source code on Coders Packet