usr/bin/python
a = 21
b = 10
c = 0
c = a + b
print “Line 1 – Value of c is “, c
c = a -b
print “Line 2 – Value of c is “, c
c = a * b
print “Line 3 – Value of .c is “, c
Answers
Answered by
2
Operators are special symbols that represent computations like addition and multiplication. The values the operator uses are called Operands.
Similar questions
Psychology,
5 months ago
Computer Science,
5 months ago
Chemistry,
10 months ago
Hindi,
1 year ago
Math,
1 year ago