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