This repository has been archived on 2025-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
python_it_top/26-10.py

3 lines
38 B
Python
Raw Permalink Normal View History

2025-10-20 10:50:19 +05:00
num = lambda x,y: x+y
print(num(1,2))