diff --git a/conditions.py b/conditions.py index 8ff3d8e..4cc626a 100644 --- a/conditions.py +++ b/conditions.py @@ -14,7 +14,6 @@ age = int(input("Enter your age: ")) - if age >= 18: print("You are eligible to vote.") else: