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

Chapter 1 Exercise 2 Beyond 4 #4

Closed
reachtarunhere opened this issue Sep 23, 2020 · 0 comments
Closed

Chapter 1 Exercise 2 Beyond 4 #4

reachtarunhere opened this issue Sep 23, 2020 · 0 comments

Comments

@reachtarunhere
Copy link
Contributor

The code doesn't run because of "in_instable" typo in the line below:

return sum(is_instable(one_item)

Further, even if we correct the typo sum_intable([42, 1]) would result in 2 instead of 43 because everything is being typecasted to an int from a bool

reachtarunhere added a commit to reachtarunhere/python-workout that referenced this issue Sep 23, 2020
reuven added a commit that referenced this issue Oct 9, 2020
@reuven reuven closed this as completed Oct 9, 2020
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