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:
- - Name:
- - Roll Number:
- - Branch:
+ - Name: Jayanth
+ - Roll Number: 160122771
+ - Branch: AI&DS
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