Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Division Operators in Python

# A Python program to demonstrate the use of
# "//" for integers
print (5//2)
print (-5//2)
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #Division #Operators #Python
ADD COMMENT
Topic
Name
1+2 =