Đăng nhập để hỏi chi tiết
Làm hộ mình bài này với ạ cảm người làm hộ:Nhập 2 số từ bàn phím ,in tổng 2 số đó có dùng hàm
Hãy luôn nhớ cảm ơn và vote 5*
nếu câu trả lời hữu ích nhé!
def tong(a,b):
return a+b
a,b=map(int,input().split())
print(tong(a,b))
Hãy giúp mọi người biết câu trả lời này thế nào?
\begin{array}{c} \color{#1E40AF}{\star} \color{#2563EB}{\star} \color{#3B82F6}{\star} \color{#4F8DFD}{\text{ }H} \color{#5FA3FF}{a} \color{#6FAFFF}{r} \color{#5FA3FF}{u} \color{#4F8DFD}{k} \color{#3B82F6}{o} \color{#2563EB}{\star} \color{#1E40AF}{\star} \color{#1E40AF}{\text{ }\star} \end{array}
$\\$$\\$
def solve(a, b):
return a + b
a, b = map(int, input().split())
print(solve(a, b))
Hãy giúp mọi người biết câu trả lời này thế nào?
Bảng tin