파이썬 Chapter 2 예제
2.1 (Convert Celsius to Fahrenheit) Write a program that reads a Celsius degree from the console and converts it to Fahrenheit and displays the result. The formula for the conversion is as follows: fahrenheit = (9 / 5) * celsius + 32 1 2 3 4 5 6 celsius = eval(input("Enter a degree in Celsius: ")) fahrenheit = (9/5) * celsius + 32 print(celsius, " celsius is ", fahrenheit,"Fahrenheit.") Colored ..
파이썬/예제
2017. 7. 14. 14:37
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 백준 10451
- 파이썬 for
- 파이썬 단계적 개선
- 자바스크립트 그래프
- 자료구조
- 백준 11501
- 파이썬 객체
- 파이썬 선택문
- 명품 c++ 실습
- 버츄어박스
- 파이썬 while
- 파이썬 함수
- 파이썬 if문
- 자바스크립트 자료구조
- 파이썬
- css 그리드
- 파이썬 연산자
- 파이썬 진수 변환
- 자바 에센셜 실습문제
- 파이썬 클래스
- 웹
- 백준 1874
- 파이썬 터틀
- 백준
- css 박스
- 자바
- 파이썬 예제
- 파이썬 문자열
- 파이썬 리스트
- css
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함