Can you tell me how to
print(a+b) with statement in python
Answers
Answered by
1
example:
a=10
b=12
print(a+b)
output:
22
Answered by
0
Answer:
a = 15
b = 20
print(a+b)
Output:
35
Similar questions
Science,
6 months ago
Math,
6 months ago
Math,
6 months ago
Social Sciences,
11 months ago
Science,
1 year ago