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
Hi Bailey, your pseudocode is really nicely done and easy to follow. One thing I thought of is could you do the if statement on line 34 and the elif statement on line 39 all in one line if you added boolean "OR". So you might say "if contains N OR index not in index list, then send to unkown file." This would potentially just shorten your code, but would have the same outcome. Other than that it looks great.
The text was updated successfully, but these errors were encountered:
Hi Bailey, your pseudocode is really nicely done and easy to follow. One thing I thought of is could you do the if statement on line 34 and the elif statement on line 39 all in one line if you added boolean "OR". So you might say "if contains N OR index not in index list, then send to unkown file." This would potentially just shorten your code, but would have the same outcome. Other than that it looks great.
The text was updated successfully, but these errors were encountered: