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
In some PBT assignments, we prohibit the use of if statements. It would make sense to also prohibit ternary expressions (c ? t : f) but we don't have a code check for that yet.
In some PBT assignments, we prohibit the use of
ifstatements. It would make sense to also prohibit ternary expressions (c ? t : f) but we don't have a code check for that yet.