42.9k views
3 votes
Challenge

Your code should expect one input. All you need to do is add 12 to it and output the result.

(Python)

import sys
N = int(sys.argv[1])

# Write your code here

1 Answer

5 votes

Answer:

sorry

Step-by-step explanation:

what type of code

User Subblue
by
4.4k points