일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ELASTIC
- sort
- token filter test
- Java
- 파이썬
- Test
- zip 파일 암호화
- 900gle
- analyzer test
- Python
- aggs
- 차트
- springboot
- TensorFlow
- matplotlib
- aggregation
- licence delete curl
- License
- docker
- Kafka
- license delete
- high level client
- query
- API
- Elasticsearch
- zip 암호화
- Mac
- plugin
- MySQL
- flask
Archives
- Today
- Total
개발잡부
[python] 파이썬기초 2 본문
반응형
#기본
for num in range(0,5):
print(num)
for data in ["apple, oragnge, grape"]:
print(data)
a = [1,3,5,7,9]
for i in a :
print (i)
반응형
'Python' 카테고리의 다른 글
ValueError: Root certificates are missing for certificate validation. Either pass them in using the ca_certs parameter or install certifi to use it automatically. (0) | 2022.05.10 |
---|---|
[python] python elasticsearch client (0) | 2022.04.28 |
Conda (0) | 2022.03.31 |
[python] 파이썬기초 1 (0) | 2022.03.30 |
feature_vecter API 백터추출 (0) | 2021.09.23 |
Comments