Division: Divided We Fall // Beginner

 
The program is not printing the output correctly. Change one line of code to correctly display the quotient.

Input Format

Two space separated integers, n1 and n2.

Sample Input

3 5

Output Format

The result of the division: n1/n2, as a decimal.

Sample Output

0.6




You must be logged in to submit a solution.