Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 캐치카페
- Docker
- 프로그래머스
- ChatGPT
- leetcode
- hackerrank
- 맥북
- 자연어처리
- 편스토랑 우승상품
- 백준
- 프로그래머스 파이썬
- 코로나19
- programmers
- 데이콘
- Kaggle
- 편스토랑
- 파이썬
- ubuntu
- 금융문자분석경진대회
- github
- Git
- AI 경진대회
- 우분투
- PYTHON
- Real or Not? NLP with Disaster Tweets
- 더현대서울 맛집
- Baekjoon
- dacon
- SW Expert Academy
- gs25
Archives
- Today
- Total
목록
반응형
BaekJoon 6324 파이썬 (1)
반응형
솜씨좋은장씨
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/U01b8/btrRBfkXCoo/Hznt840kz8ux36CKrEAao1/img.png)
코딩 1일 1문제! 오늘의 문제는 백준의 URLs 입니다. 6324번: URLs For each URL in the input first print the number of the URL, as shown in the sample output. Then print four lines, stating the protocol, host, port and path specified by the URL. If the port and/or path are not given in the URL, print the string www.acmicpc.net 🧑🏻💻 문제 풀이 단순하게 :// 으로 split 하면서 시작하면 ValueError 를 만나게 되는 문제입니다. def get_url_infos(url): pr..
Programming/코딩 1일 1문제
2022. 11. 20. 12:29
반응형