Ask Question
28 February, 19:33

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
Answers (1)
  1. 28 February, 19:39
    0
    sorry

    Explanation:

    what type of code
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers