Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

math in python

x = int(10)
y = int(5)
print(x + y)
#you need to define integer extra otherwise
# python will count this as a str and won't work.
#copy the code to your py script to see the accurate result.
Source by codefreelance.net #
 
PREVIOUS NEXT
Tagged: #math #python
ADD COMMENT
Topic
Name
8+7 =