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