TIER 1 โ NOOB๐ If Gate I: Even / OddOn this page๐ โ If Gate I: Even / OddTaskโ Create a file named even_odd.py. Read an integer n. If n is even, print: even. Otherwise print: odd. Test with: 0, 1, 2, -3. (Optional) Also print whether n is positive/negative/zero. Docs / Tutorialsโ Python Tutorial Built-in Functions