Question: python What is the output of the following code if number is 30? Note: to gain full credits, your answer must be the same as
What is the output of the following code if number is 30? Note: to gain full credits, your answer must be the same as the expected output. if number $ 2 == 0: print (number, "is even") if number % 5 0: print (number, "is multiple of 5")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
