Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

operations in python

print(2 + 1) 
# This will come out as 3
print(3 - 1)
# This will come out as 2
 
PREVIOUS NEXT
Tagged: #operations #python
ADD COMMENT
Topic
Name
7+4 =