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
I answer the question (Coding Exercise 17: functions #8 *arg) as
def myfunc(*args)
return sum(args)
This fails. I want to check the work book, and this is where the structure seems mixed up. This makes it incredibly difficult to quickly see what it is that you expect as an answer - not really helpful.
The text was updated successfully, but these errors were encountered:
Please make sure to read the article lecture before the coding exercises. The in-course coding exercises from Udemy are not notebook based, so the solutions were linked in the article lecture before the exercises.
I am on this section
I answer the question (Coding Exercise 17: functions #8 *arg) as
This fails. I want to check the work book, and this is where the structure seems mixed up. This makes it incredibly difficult to quickly see what it is that you expect as an answer - not really helpful.
The text was updated successfully, but these errors were encountered: