0

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

Egalicia
  • 683
  • 9
  • 17
  • This explains my question, @ is a matrix multiplication .https://stackoverflow.com/a/30629255/6760642 – Egalicia Jan 05 '19 at 10:14
  • 1
    I'm voting to reopen this because the `@`symbol is **not** only used for decorators as per [PEP 465](https://www.python.org/dev/peps/pep-0465/) – martineau Jan 05 '19 at 10:47

0 Answers0