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 code below returns W: Useless assignment to variable - foo.. This is not so much a useless assignment as a useless condition (since both branches assign the variable to the same evaluated value).
deffooifbarfoo=1elsefoo=1endfoo.bar.bazend
The text was updated successfully, but these errors were encountered:
The code below returns
W: Useless assignment to variable - foo.
. This is not so much a useless assignment as a useless condition (since both branches assign the variable to the same evaluated value).The text was updated successfully, but these errors were encountered: