Yasir Bhutta
|
Functions
0/12
30:00
Exit
Question 1
Flag
1/12
What is the output of the following code?
Python
Copy
def myfunction(val): return val % 4 == 0 print(myfunction(13) or myfunction(8))
A
0
B
13
C
False
D
True
E
3.5
Need a hint? View Explanation