Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken links in section 3.2 More on Functions #153

Closed
TheOutlawstar opened this issue Nov 20, 2022 · 3 comments
Closed

Broken links in section 3.2 More on Functions #153

TheOutlawstar opened this issue Nov 20, 2022 · 3 comments

Comments

@TheOutlawstar
Copy link

There are three links in the 3.2 More on Functions page, which when clicked go to 404 not found. I have not checked any other pages (yet...).

Argument Passing
When you call a function, the argument variables are names that refer to the passed values. These values are NOT copies (see section 2.7).

An example of a column selector was given in Exercise 2.23. However, here’s one way to do it:

You already explored this in Exercise 2.24. You'll need to insert the following fragment of code into your solution:

@dabeaz
Copy link
Contributor

dabeaz commented Nov 20, 2022

These links work for for me on https://dabeaz-course.github.io/practical-python/Notes/03_Program_organization/02_More_functions.html

Are you viewing the course somewhere else?

@TheOutlawstar
Copy link
Author

@dabeaz
Copy link
Contributor

dabeaz commented Nov 26, 2022

Fixed.

@dabeaz dabeaz closed this as completed Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants