Skip to content

files updated - #14

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

files updated#14
Hugocodesdude wants to merge 1 commit into
Ironhack-data-bcn-oct-2022:mainfrom
Hugocodesdude:main

Conversation

@Hugocodesdude

Copy link
Copy Markdown

I had to seek a bit of assistance with this lab. My question is, what are the presentations like? How can I best prepare for them. I know that I need to smash out as many katas and research in my spare time but I'm beginning to feel like I'm not at everyone's level.

I want to smash the course and graduate. Think I'm already feeling the emotional curve of the course haha. How can I best level up? The classes are a bit too fast pace for me.

@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.

Hey man! come sit with us later if you want and we can go over your questions. The lab is looking good besides question 4 & 5. I am dropping 2 solutions below for you to make sense of. lmk if this clarifies things.


def mult_all(arr):
    mult = 1
    for num in arr:
        mult *= num
    return mult


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

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