Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
datpmt committed Dec 8, 2024
1 parent 73a6972 commit 6bb0718
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ def factorial(n):
age = int(input("Enter your age: "))
if age >= 18:
print("You are elligible for an adult privilege.") # typo
print("You are elligible.") # typo
else:
print("You are underage, so no adult privileges for you.")

0 comments on commit 6bb0718

Please sign in to comment.