please ans fast..the output of the following
Attachments:
Answers
Answered by
0
Answer:
The number is divisible by either 2 or 4
Explanation:
The % symbol in Python is called the Modulo Operator. It returns the remainder of dividing the left hand operand by right hand operand. It's used to get the remainder of a division problem.
Similar questions