what is the output of
a=7
if a%2 == 0:
print("even number")
else:
print("odd number")
Answers
Answered by
0
Answer:
make me brilliant
....
Explanation:
helpful
Similar questions