web-dev/hws/hw-2/sum_and_sub.py
2026-02-13 15:01:19 +03:00

2 lines
47 B
Python

def sum_and_sub(a, b):
return a + b, a - b