logo

Crowdly

Browser

Add to Chrome

Milliste argumentidega funktsioonide foo(a) ja foo_2(b) tulemused on võrdsed...

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

Milliste argumentidega funktsioonide foo(a) ja foo_2(b) tulemused on võrdsed?

def foo(a):

   if a.isalpha():

     return True

    elif a.isdigit():

      return False

   return None

def foo_2(b):

   if b > 10:

     return True

    elif b < 0:

      return False

   return None

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