Skip to main content

Converts Fahrenheit degrees to Celcuis degrees or Kelvin

Project description

A test.py file.

‘’’ Created on Oct 22, 2013

@author: kb9agt ‘’’

import tempdga.fahrenheit2celsuis

import tempdga.fahrenheit2kelvin

def test():

f_temp = 32.018

cns = tempdga.fahrenheit2celsuis.Fahrenheit2Celcuis

c_temp = cns.convert(cns, f_temp)

print(“{0:f}”.format(c_temp))

kns = tempdga.fahrenheit2kelvin.Fahrenheit2Kelvin

k_temp = kns.convert(kns, f_temp)

print(k_temp)

if __name__ == ‘__main__’:

test()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tempdga-1.0.zip (2.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page