Skip to content

Commit

Permalink
removed empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppeBnn committed Nov 8, 2023
1 parent a88fe82 commit 4b278bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ def is_element_in_list(number : int) -> bool:
if __name__ == "__main__":
n = int(input("Inserisci numero: "))
is_element_in_list(n)

0 comments on commit 4b278bc

Please sign in to comment.