#try to avoid input function a = int(input("Enter your Age :")) if a >= 18: print("Eligible for Voting") else: print("Not Eligible for Voting")
Click the run button. Try to avoid input() function.