Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
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 sys
N = int(sys.argv[1])