Browse Source

Update estudiante.py

Jose R Ortiz Ubarri 4 years ago
parent
commit
98a2ecc14b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      estudiante.py

+ 1
- 1
estudiante.py View File

27
 	return result
27
 	return result
28
 
28
 
29
 
29
 
30
-def main()
30
+def main():
31
 	list()
31
 	list()
32
 	get(1)
32
 	get(1)
33
 
33