2015. 2. 8. 16:05
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

#! -*- coding: utf-8 -*-

Fahrenheit=int(raw_input("Enter a temperature in Fahrenheit: "))
Celsius=(Fahrenheit-32)*5.0/9.0

print "Temperature: ",Fahrenheit,"Fahrenheit=",Celsius,"C"


'Python' 카테고리의 다른 글

hanGame.py  (0) 2015.02.08
curIP.py  (0) 2015.02.08
celToFah.py  (0) 2015.02.08
webSource.py  (0) 2015.02.08
kmToMph  (0) 2015.02.07
Posted by af334