How to Solve NameError: name 'Student' is not defined -- sinfo
Solution: Import the 'Student' module
To Solve the error, add the following line to the top of your code.
from sinfo import Student
For more information:
Python sinfo Student