Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 파이썬
- Linux
- Python
- MySQL
- MATLAB
- tensorflow
- 독후감
- Blog
- 월간결산
- 매틀랩
- 한빛미디어서평단
- 블로그
- Ga
- 통계학
- 서평단
- Pandas
- matplotlib
- 서평
- 리눅스
- 시각화
- python visualization
- 티스토리
- Google Analytics
- Tistory
- 파이썬 시각화
- 텐서플로
- 딥러닝
- SQL
- 한빛미디어
- Visualization
Archives
- Today
- Total
목록반대 (1)
pbj0812의 코딩 일기
[PYTHON] 글자 입력 반대로 출력하기
import sysimport math # Auto-generated code below aims at helping you parse# the standard input according to the problem statement. s = input().split()[::-1] # Write an action using print# To debug: print("Debug messages...", file=sys.stderr) print(*s)
ComputerLanguage_Program/PYTHON
2018. 9. 1. 02:14