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 |
Tags
- 코로나19
- 더현대서울 맛집
- 백준
- 데이콘
- 우분투
- ChatGPT
- Baekjoon
- github
- 금융문자분석경진대회
- dacon
- Real or Not? NLP with Disaster Tweets
- Docker
- leetcode
- gs25
- hackerrank
- programmers
- 편스토랑 우승상품
- 캐치카페
- 편스토랑
- Kaggle
- ubuntu
- AI 경진대회
- 파이썬
- SW Expert Academy
- Git
- 프로그래머스 파이썬
- 자연어처리
- 프로그래머스
- 맥북
- PYTHON
Archives
- Today
- Total
솜씨좋은장씨
[BaekJoon] 10926번 : ??! (Python) 본문
728x90
반응형
코딩 1일 1문제! 오늘의 문제는 백준의 ??! 입니다.
👨🏻💻 코드 ( Solution )
def check_id(join_id):
return f"{join_id}??!"
if __name__ == "__main__":
join_id = input()
print(check_id(join_id))
'Programming > 코딩 1일 1문제' 카테고리의 다른 글
[BaekJoon] 2490번 : 윷놀이 (Python) (0) | 2022.02.10 |
---|---|
[BaekJoon] 5338번 : 마이크로소프트 로고 (Python) (2) | 2022.02.09 |
[BaekJoon] 11723번 : 집합 (Python) (0) | 2022.02.07 |
[leetCode] 1844. Replace All Digits with Characters (Python) (0) | 2022.02.06 |
[leetCode] 1748. Sum of Unique Elements (Python) (0) | 2022.02.05 |
Comments