def even(x): if x%2 == 0: print ("Yes") _____ print("No")? should be | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

def even(x): if x%2 == 0: print ("Yes") _____ print("No")? should be

what should be in that ___

7th Jun 2018, 5:29 AM
Saurav nalla
1 Answer
- 1
else: thanks
7th Jun 2018, 5:32 AM
Saurav nalla