diff -r bb4ed72f3ec6 -r 08638b1e211e advanced-features-functions/script.rst --- a/advanced-features-functions/script.rst Mon Oct 11 00:54:10 2010 +0530 +++ b/advanced-features-functions/script.rst Mon Oct 11 00:57:10 2010 +0530 @@ -103,7 +103,7 @@ %%1%% Redefine the function ``welcome``, by interchanging it's arguments. Place the ``name`` argument with it's default value of -"Hello" before the ``greet`` argument. +"World" before the ``greet`` argument. Please, pause the video here. Do the exercise and then continue. @@ -142,7 +142,7 @@ welcome() - + Let us now learn what keyword arguments are.