import sys
defhello(a,b):
print"hello and that's your sum:", a + b
if __name__ =="__main__":
a =int(sys.argv[1])
b =int(sys.argv[2])
hello(a, b)
# If you type : py main.py 1 5# It should give you "hello and that's your sum:6"
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems
resetting your password contact us
Check Your Email and Click on the link sent to your email