Double Under (Dunder) Methods
The string Dunder method:
Returns the variables as strings
Printing: "Tom Lanister Age is 47"
The len Dunder method:
Returns the len of the variable specified
Last updated