Arithmetic Operators

  • + 0 comments

    you don't have to provide the values while declaring the variable. It will be provided by the program during compile time.

    So the code would be:

    a=input() b=input() print (a+b)