https://school.programmers.co.kr/learn/courses/30/lessons/181951
문제
코드
a,b = map(int, input().split(' '))
# a,b = map(int, input().strip().split(' '))
print("a =", a)
print("b =", b)
'코딩테스트' 카테고리의 다른 글
[프로그래머스] Python - Lv.0 덧셈식 출력하기 (0) | 2024.04.17 |
---|---|
[프로그래머스] Python - Lv.0 특수문자 출력하기 (0) | 2024.04.17 |
[프로그래머스] Python - Lv.0 대소문자 바꿔서 출력하기 (0) | 2024.04.15 |
[프로그래머스] Python - Lv.0 문자열 반복해서 출력하기 (0) | 2024.04.15 |
[프로그래머스] Python - Lv.0 문자열 출력하기 (0) | 2024.04.09 |