norminette
This commit is contained in:
@@ -18,8 +18,10 @@ def check_parity(args: list[str]):
|
||||
else:
|
||||
print("I'm Odd.")
|
||||
|
||||
# execute module as a script : https://docs.python.org/3.10/tutorial/modules.html#executing-modules-as-scripts
|
||||
|
||||
# execute module as a script :
|
||||
# https://docs.python.org/3.10/tutorial/modules.html#executing-modules-as-scripts
|
||||
if __name__ == "__main__":
|
||||
# https://docs.python.org/3.10/library/sys.html
|
||||
import sys
|
||||
check_parity(sys.argv[1:])
|
||||
check_parity(sys.argv[1:])
|
||||
|
||||
Reference in New Issue
Block a user