• + 0 comments

    if name == 'main': a = int(input()) b = int(input()) div = (a//b) divf = (a/b) print(div) print(divf)