+ 1
Bug in decorators
I cant move forward, because is error: @decorator def add(word): print (word) red mark is on "@" - why?
2 Answers
+ 3
That question is confusing.
The correct answer is in the comments, and it is "@hashtag", as the text says "hashtag decorator".
+ 2
Thank You