• + 9 comments

    100% working ,Simple and easy :-)

    Here's Python 3 one liner.....

    a,b=int(input()),int(input());print(a//b,a/b,sep='\n')