Arithmetic Operators

  • + 0 comments
    print(a+b)
    
    print(a-b)
    
    print(a*b)