1

I have just read the documentation on delimiters and wonder what does this delimiter @= do? See the documentation: https://docs.python.org/3/reference/lexical_analysis.html#delimiters

  • In the future, if you want to know what an operator _means_, instead of how it's handled as a token, look in the [Expressions](https://docs.python.org/3/reference/expressions.html#binary-arithmetic-operations) (or Statements) part of the reference docs instead of the Lexical Analysis section. (The reference docs can be a little confusing the first time you look at them—once you get the hang of it, they're much more readable than most languages' docs, but you do have to get a feel for the organization first. Especially since the search isn't great.) – abarnert Mar 31 '18 at 11:42
  • Or just Google for "site:stackoverflow.com python @=" or "site:docs.python.org @="... – user202729 Mar 31 '18 at 11:45
  • Thanks @abarnert, it makes sense, but the best explanation I have received finally here: https://stackoverflow.com/questions/27385633/what-is-the-symbol-for-in-python – user2467011 Mar 31 '18 at 12:02

0 Answers0