B. Add actions
A. a presentation without a clear beginign middle and end
A. add action between slides
Answer:
num = int(input("Enter a number: "))
if (num % 2) == 0:
print("{0} is Even number". format(num))
else:
print("{0} is Odd number". format(num))
The correct answer is..A?
Maybe like 3-5 I think im right