Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Temperature Converter
#!/usr/bin/env python Celsius = int(raw_input("Enter a temperature in Celsius: ")) Fahrenheit = 9.0/5.0 * Celsius + 32 #ilovefreesoftware etst print "Temperature:", Celsius, "\nCelsius = ", Fahrenheit, " F"
run
|
edit
|
history
|
help
0
tes umur
WoW
codeacademy python tasks
Цідило
Defining
cache in python
Convert between degrees and radians
PyPartial
Array Example
python2 - division - 0