InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    If x = 10, then the code if x % 2 == 0: will return …………………………….. | 
                            
| 
                                   
Answer»  ause x%2==0 is trueAnd what EVER you have PUT in return STATEMENT will be the OUTPUT  | 
                            |