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()) b = int(input()) if a-b == 0 or a == b: print("hello") elif a == 0 or b == 0: print("hello") else: print("Try again")
#try to avoid input function a = int(input()) b = int(input()) if a-b == 0 or a == b: print("hello") elif a == 0 or b == 0: print("hello") else: print("Try again")
Click the run button. Try to avoid input() function.