Skip to content

Commit 2ee7bc2

Browse files
Create my_python_code.py
1 parent 58b2e6c commit 2ee7bc2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

my_python_code.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
def sumar(a, b):
2+
return a + b
3+
def restar(a, b):
4+
return a - b
5+
def multiplicar(a, b)
6+
return a * b
7+

0 commit comments

Comments
 (0)