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