question archive Your code should expect one input
Subject:Computer SciencePrice: Bought3
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 sys
N = int(sys.argv[1])