프로그래머스/코딩 기초 트레이닝

문자열 출력하기 (Python)

OMD 2023. 7. 9. 22:39

출처

| 프로그래머스 코딩 테스트 연습

| 문자열 출력하기


정답

str = input()
print(str)

문제