일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- licence delete curl
- zip 암호화
- query
- Test
- sort
- MySQL
- springboot
- Kafka
- 파이썬
- token filter test
- aggs
- docker
- license delete
- TensorFlow
- Java
- zip 파일 암호화
- 차트
- License
- Elasticsearch
- Python
- analyzer test
- 900gle
- API
- aggregation
- plugin
- Mac
- ELASTIC
- high level client
- matplotlib
- 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