문제
https://school.programmers.co.kr/learn/courses/30/lessons/181946
Code
str1, str2 = input().split()
print(str1 + str2)
'Algorithm > 프로그래머스' 카테고리의 다른 글
[Python] 문자열 곱하기 (0) | 2023.11.24 |
---|---|
[Python] 덧셈식 출력하기 (0) | 2023.11.24 |
[Python] 홀짝 구분하기 (0) | 2023.11.15 |
[Python] 문자 리스트를 문자열로 변환하기 (0) | 2023.11.10 |
[Lv.0/Python] 특정 문자 제거하기 (0) | 2023.07.28 |