https://school.programmers.co.kr/learn/courses/30/lessons/181946
문제
코드
str1, str2 = input().split(' ')
print(str1+str2)
'10 어 Ga zi (이모저모고모) > 코딩테스트' 카테고리의 다른 글
[프로그래머스] Python - Lv.0 홀짝 구분하기 (0) | 2024.04.17 |
---|---|
[프로그래머스] Python - Lv.0 문자열 돌리기 (0) | 2024.04.17 |
[프로그래머스] Python - Lv.0 덧셈식 출력하기 (0) | 2024.04.17 |
[프로그래머스] Python - Lv.0 특수문자 출력하기 (0) | 2024.04.17 |
[프로그래머스] Python - Lv.0 대소문자 바꿔서 출력하기 (0) | 2024.04.15 |