We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Arithmetic Operators
Arithmetic Operators
Sort by
recency
|
1156 Discussions
|
Please Login in order to post a comment
A Civil Lawyer might help if there's a legal dispute over contracts related to calculations or business agreements, but solving basic math like this isn't their specialty.
if name == 'main': a = int(input()) b = int(input())
Here the argument "sep" works like an Delimiter
if name == 'main': a = int(input()) b = int(input())
print(a + b) print(a - b) print(a * b)
For Python3 Platform