I am reading Python 3.6 Operators and found @ as one of them. Anyone can explain why @ is an operator? How operate it? This refers to decorators?
I know that decorators use @, thus, Decorators is considered an Operator?
Thanks
I am reading Python 3.6 Operators and found @ as one of them. Anyone can explain why @ is an operator? How operate it? This refers to decorators?
I know that decorators use @, thus, Decorators is considered an Operator?
Thanks