I dont know what the super function in python does. Can someone clarify it for me?
super
Read this: https://www.programiz.com/python-programming/methods/built-in/super
@malvoliothegood is super() basically class inheritance?
@xolyon I am not sure that you can say that it is "class inheritance", but yes I think it can be used by sub classes to reference classes further up the inheritance chain.
@malvoliothegood man I always do things and never realise 'wow it's got a name' lol and realise it's a common thing to do
Read this: https://www.programiz.com/python-programming/methods/built-in/super
@malvoliothegood is super() basically class inheritance?
@xolyon I am not sure that you can say that it is "class inheritance", but yes I think it can be used by sub classes to reference classes further up the inheritance chain.
@malvoliothegood man I always do things and never realise 'wow it's got a name' lol and realise it's a common thing to do