diff --git a/README.md b/README.md index 9bda83f..bb4bbbf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Complete the following tasks and submit a Pull Request +

1. Add your details:

diff --git a/main.py b/main.py new file mode 100644 index 0000000..2657d2f --- /dev/null +++ b/main.py @@ -0,0 +1,2 @@ +n = int(input()) +print("Odd" if n % 2 else "Even") \ No newline at end of file