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 | 29 | 30 | 31 |
Tags
- 파이썬
- 코로나19
- 자연어처리
- AI 경진대회
- 백준
- leetcode
- PYTHON
- Real or Not? NLP with Disaster Tweets
- 데이콘
- Git
- 프로그래머스
- 금융문자분석경진대회
- hackerrank
- 프로그래머스 파이썬
- 캐치카페
- 편스토랑
- 맥북
- 더현대서울 맛집
- ChatGPT
- programmers
- gs25
- SW Expert Academy
- github
- Kaggle
- 편스토랑 우승상품
- ubuntu
- Baekjoon
- 우분투
- dacon
- Docker
Archives
- Today
- Total
목록
반응형
BaekJoon Hex Code 파이썬 (1)
반응형
솜씨좋은장씨
[BaekJoon] 11784번 : Hex Code (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Hex Code 입니다. 11784번: Hex Code In the movie The Martian (2015), astronaut Mark Watney, one of the crew members of Mission Ares III, was left behind on Mars due to an unexpected incident during the surface exploration on the planet Mars. The communication with Earth was quasi-inexistent. www.acmicpc.net 👨🏻💻 코드 ( Solution ) def hex_code(code): return bytearray.fromhex(code)..
Programming/코딩 1일 1문제
2022. 8. 22. 12:40
반응형