• + 1 comment

    a = int(input()) b = int(input())

    div = int(a/b) print(div)

    divf = float(a/b) print(divf)