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 |
Tags
- snmp
- 백준
- c3 축 가리기
- selinux port 등록
- subporcess path
- 정규식 활용
- snmp test
- python os
- CentOS7
- grafana dashboard
- gcc 업데이트
- gcc regex
- influxdb 설치
- g++ 업데이트
- c3 step graph
- 정규식 문자열 출력
- 정규식 컴파일
- c++ 정규식
- 1697
- python popen
- c3 초
- regex_search
- python subprocess
- c3 축 없애기
- linux시간으로 변경
- centos pyhon 설치
- c3 second
- InfluxDB
- telegraf
- semanage
Archives
- Today
- Total
리셋 되지 말자
list 뒤짚기 - reverse() 본문
뒤짚기
s.reverse()
s[::-1]
s[:] = s[::-1]
'Python' 카테고리의 다른 글
python에서 re (regex) 사용 - 단어 추출 (0) | 2021.06.13 |
---|---|
람다 표현식 (0) | 2021.06.13 |
[python 문법] dict (0) | 2021.06.08 |
[python 문법] list (0) | 2021.06.08 |
[python 문법] is와 == (0) | 2021.04.28 |