You've already forked Curso-lenguaje-python
Update Python Ofensivo
This commit is contained in:
6
python-ofensivo/00_ejercicios/07_modulos01/main.py
Normal file
6
python-ofensivo/00_ejercicios/07_modulos01/main.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from math_operations import suma, resta, multiplicacion, division
|
||||
|
||||
print(suma(5, 2))
|
||||
print(resta(4, 2))
|
||||
print(multiplicacion(7, 2))
|
||||
print(division(2, 2))
|
||||
Reference in New Issue
Block a user