python class variable and instance variable in the constructor

后端 未结 0 961
一向
一向 2020-12-09 03:22

I got this example here, and I think it might be a good example for my question:

class Employee:
    def __init__(self ,first ,last ,pay ):
        entry_gate         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题