How to Inherit an attribute from another class without using subclass - Python

前端 未结 0 423
心在旅途
心在旅途 2020-12-07 01:38

I am pretty new to OOP in python and just for fun, I have created a program that distinct s an admin from the user.

class User():
    def __init__(self, first         


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