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 os
- 정규식 컴파일
- c3 초
- 백준
- 1697
- c3 second
- linux시간으로 변경
- centos pyhon 설치
- gcc 업데이트
- python popen
- InfluxDB
- g++ 업데이트
- python subprocess
- telegraf
- subporcess path
- regex_search
- selinux port 등록
- c3 축 가리기
- 정규식 문자열 출력
- snmp
- semanage
- influxdb 설치
- c3 축 없애기
- gcc regex
- 정규식 활용
- snmp test
- grafana dashboard
- c++ 정규식
- c3 step graph
- CentOS7
Archives
- Today
- Total
리셋 되지 말자
[python 공부] 여러 변수에 list 값 여러개 할당 본문
l =[1,2,3]
a, b, c = l
print(a, b, c)
# 결과 1 2 3
'Python' 카테고리의 다른 글
[python 공부] count (0) | 2020.10.31 |
---|---|
[python 공부] print(l[-1:]) (0) | 2020.10.30 |
[python 공부] collection (0) | 2020.10.30 |
[python 활용]파이썬 모듈로 웹서버 구축하기 (0) | 2020.08.24 |
[python 공부] 아스키코드->문자, 문자->아스키코드 (0) | 2020.08.10 |
Comments