Skip to content

david - #18

Open
FxskyCode wants to merge 1 commit into
Ironhack-data-bcn-oct-2022:mainfrom
FxskyCode:main
Open

david#18
FxskyCode wants to merge 1 commit into
Ironhack-data-bcn-oct-2022:mainfrom
FxskyCode:main

Conversation

@FxskyCode

Copy link
Copy Markdown

No description provided.

@samuelTAIronhack samuelTAIronhack left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see your code for question 5 was not doing what you wanted. Have a look at this solution and see if it makes sense to you.

def oper_all(arr, oper):
    if oper == '+':
        return sum_all(arr)
    elif oper == '*':
        return mult_all(arr)

@FxskyCode

FxskyCode commented Oct 7, 2022

Copy link
Copy Markdown
Author

yeah it make sense thx for the correction, It is very clear with that code

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

Successfully merging this pull request may close these issues.

2 participants