You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the + (plus) operator is used for both concatenation of lists, concatenation of bytes, and for addition of numbers (or field elements). This may be confusing for people not familiar with Python.
The text was updated successfully, but these errors were encountered:
My first idea here is to clarify that "+", "-", "*", etc. are either on int or Field. Then we can use concat() for concatenating lists, but it would be easier to just explain the syntax in the conventions section.
list feedback:
The text was updated successfully, but these errors were encountered: