• + 0 comments

    if name == 'main': a = int(input()) b = int(input()) print(a // b) print(a / b)
    **** * i'm using the discussion section to explain to my self what the code is doing // deals with ineger division and / does flaots