الرجوع
تسجيل الدخول

What is the output of the following Python program? 

number = 10 
if number % 2 == 0: 
          print("Divisible by 2")