mirror of
https://github.com/EDeev/web-dev.git
synced 2026-06-15 19:11:12 +03:00
2 lines
47 B
Python
2 lines
47 B
Python
def sum_and_sub(a, b):
|
|
return a + b, a - b
|