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
- python popen
- regex_search
- subporcess path
- 백준
- InfluxDB
- 정규식 문자열 출력
- python subprocess
- c3 축 없애기
- 정규식 활용
- 정규식 컴파일
- c3 축 가리기
- grafana dashboard
- linux시간으로 변경
- c3 second
- CentOS7
- g++ 업데이트
- c3 step graph
- snmp test
- centos pyhon 설치
- gcc regex
- snmp
- telegraf
- 1697
- c++ 정규식
- gcc 업데이트
- python os
- selinux port 등록
- influxdb 설치
- semanage
- c3 초
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 |
Comments