Your code should expect one input. All you need to do is add 12 to it and output the result. #Below is what’s given to solve, I’m really confused… Your code should expect one input. All you need to do is add 12 to it and output the result.#Below is what’s given to solve, I’m really confused what they’re looking for import sysN = int(sys.argv[1])