Skip to content

Commit 58339cd

Browse files
natimansillanatimmansilla
authored andcommitted
Merge pull request #2 from natimansilla/micaela
add funcion Principal
2 parents cacb1ff + 89edcdf commit 58339cd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.idea/.name

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,12 @@ def menu():
1010
"8.\n"
1111
"0.Salir\n"
1212
"====> Ingrese su opción: ")
13-
return int(input(opcines))
13+
return int(input(opciones))
1414

15+
16+
def principal():
17+
pass
18+
19+
20+
if __name__ == '__main__':
21+
principal()

0 commit comments

Comments
 (0)