This website works better with JavaScript.
Home
Explore
Help
Sign In
CDCC
/
registro_escolar
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update estudiante.py
Jose R Ortiz Ubarri
4 years ago
parent
a2c2ce1221
commit
98a2ecc14b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
estudiante.py
+ 1
- 1
estudiante.py
View File
@@ -27,7 +27,7 @@ def list():
27
27
return result
28
28
29
29
30
-def main()
30
+def main()
:
31
31
list()
32
32
get(1)
33
33