LogoYasir Bhutta
30:00
Question 1
1/12

What is the output of the following code?

Python
def myfunction(val):
    return val % 4 == 0
print(myfunction(13) or myfunction(8))