728x90
https://www.acmicpc.net/problem/1000
A, B = map(int, input().split())
print(A+B)
1 2
3
matrix = [list(map(int, input().split())) for _ in range(3)]
print(matrix)
728x90
'Python' 카테고리의 다른 글
Python 설치 (0) | 2024.02.05 |
---|---|
Python 설치 및 실행 + visualstudio 설치 후 실행까쥐~ (0) | 2023.11.10 |