目录一、python中的方法1.常规方法foo()2.类方法class_foo()3.静态方法static_foo()二、@classmethod和@staticmethod的异同三、使用场景一、python中的方法
So my program works like this: using winforms, user enters ID number, using an array, based on the right id number, that student information and class schedule outputs in a message box!