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
looks good! :) 2 suggestions. (1) in big-num the list size is equal to "s". also generally better to not have unused variables in code. but returning an unused value is common/ useful. (2) in mod2 try using range instead
looks good! :) 2 suggestions. (1) in big-num the list size is equal to "s". also generally better to not have unused variables in code. but returning an unused value is common/ useful. (2) in mod2 try using range instead