Compare commits

...

4 Commits

Author SHA1 Message Date
Denis Galimov
f8b5f5cd22
add commet 2025-01-24 01:07:52 +03:00
Denis Galimov
fd3d996bf9
improve code 2025-01-24 01:06:24 +03:00
Denis Galimov
ad6e3b843d
Merge branch 'master' into booober 2025-01-24 01:05:05 +03:00
Denis Galimov
27e6fdb34c
morecode 2025-01-24 01:04:46 +03:00
2 changed files with 3 additions and 1 deletions

1
morecode.py Normal file
View File

@ -0,0 +1 @@
a - b

View File

@ -1 +1,2 @@
a + b
# func to add
def add(a, b): return a + b