Add On Prompt

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

import sys

x=int(sys.argv[1])
y=int(sys.argv[2])
z=x+y
print(z)

You might also like