Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python print int operations

a, b = int(input()), int(input())
print((a + b), (a - b), (a * b), sep='
')
 
PREVIOUS NEXT
Tagged: #python #print #int #operations
ADD COMMENT
Topic
Name
9+9 =