Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

_ in python

print(7//3) # Returns the Quotient
print(7/3)  # Returns Division
_ #is used in the interactive interpreter to store the result of the last evaluation
_/2 # Valid in operation
Source by www.kaggle.com #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
2+3 =