Temperature converter script in Python

1
2
def c2f(t):
return (t*9/5.0)+32
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
A simple temperature converter script in python.

#python #temperature #converter #snippet

#cesarnog

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.