Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
My Temp 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
asxsd
single_digit_5
bacs_class
working with strings
PyClassInit
Python examples - SIMPLE
Python2, list comprehension, join, split, zip
Hi
Convert between degrees and radians
Array Example