fork(6) download
  1. # your code goes here
  2. A,B=map(float, input().split())
  3. print(A/B)
Success #stdin #stdout 0.02s 9144KB
stdin
4 5
stdout
0.8