ej2.5.py

#!/usr/bin/python # -*- coding: utf-8 -*- celsius = float(raw_input('Introduce temperatura en celsius? ')) print '%.2f Celsius = %.2f Farenheit' %(celsius,celsius*9/5+32)

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.