Issue
What does the @
symbol do in Python?
Solution
An @
symbol at the beginning of a line is used for class and function decorators:
The most common Python decorators are:
An @
in the middle of a line is probably matrix multiplication:
Answered By - FogleBird Answer Checked By - Mildred Charles (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.