mmlkmg18731 mmlkmg18731 18-01-2020 Computers and Technology contestada 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