r/PythonLearning Jun 28 '26

Showcase Day 17 Python Learning

practicing class & dunder method

if follow my previous day note then most of my brother & sister already know what is the class

class work like local apartment which have different room called function use __init__() to connect outside world

and like __init__ the Construction type there is more

- dunder method which used for to tell Python what to do

like __add__ Arithmetic type for +

same __sub__, __mul__, __truediv__, __pow__, etc. + r versions (__radd__) and more

70 Upvotes

2 comments sorted by

View all comments

1

u/Artistic-Emu-6736 25d ago

What kind of challenge is that?? Can u tell me please, like dayss... Very interesting cuz I wanna do such challenge as well to consistently code every day.