• + 0 comments

    For Python3 Platform

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