Ask Question
22 December, 09:56

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

+2
Answers (1)
  1. 22 December, 11:11
    0
    sorry

    Explanation:

    what type of code
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “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. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers