If x = 10, then the code if x % 2 == 0: will return ……………………………..
Answers
Answered by
2
true
Because x%2==0 is true
And what ever you have put in return statement will be the output
Similar questions