• + 0 comments

    if name == 'main': a = int(input()) b = int(input()) int_input=a//b float_input=a/b print(int_input) print(float_input)