logo

Crowdly

Browser

Add to Chrome

Mis on antud koodijupi tulemus? def find_result(num: int):     if num ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Mis on antud koodijupi tulemus?

def find_result(num: int):

    if num > 0:

        return "positive"

    elif num < 0:

        return "negative"

print(find_result(0))

0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.taltech.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome