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
And for the white spaces around @ and *, I think PEP8 doesn't have a clear rule:
Always surround these binary operators with a single space on either side: assignment (=), augmented assignment (+=, -= etc.), comparisons (==, <, >, !=, <>, <=, >=, in, not in, is, is not), Booleans (and, or, not).
If operators with different priorities are used, consider adding whitespace around the operators with the lowest priority(ies). Use your own judgment; however, never use more than one space, and always have the same amount of whitespace on both sides of a binary operator:
Shall we keep the white spaces in this case(like in other lectures)?
Uh oh!
There was an error while loading. Please reload this page.
TODO -- edits
TODO -- extension
Add the example from https://github.com/QuantEcon/cbc_workshops/blob/main/day_1/equilibrium.ipynb
TODO --- code
If code is extracted from the other supply and demand lectures, check
*
and@
(closer to PEP8)The text was updated successfully, but these errors were encountered: