Skip to content

Commit 89edcdf

Browse files
committed
add funcion Principal
1 parent 7f4d00a commit 89edcdf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ def menu():
1212
"====> Ingrese su opción: ")
1313
return int(input(opcines))
1414

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

0 commit comments

Comments
 (0)