Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
codeacademy python tasks
working with numbers
Problem: rstring
No of Minutes in 7 weeks
Epic
a
gameboy
fb_series
Python examples - SIMPLE
mad libs game
stackse - search stackoverflow differently
Please log in to post a comment.