rs200415@rguktsklm.ac.in
CODERZONE
Home
Newsbuzz
PUC Material
Courses
Python Tutorial
C Tutorial
C++ Tutorial
java Tutorial
login
Run
Back
#try to avoid input function a = int(input("Enter any Number :")) if a%11 == 0: print("It is divisible by 11") else: print("It is not divisible by 11")
#try to avoid input function a = int(input("Enter any Number :")) if a%11 == 0: print("It is divisible by 11") else: print("It is not divisible by 11")
Click the run button. Try to avoid input() function.