• + 0 comments

    a = int(input()); b = int(input()); print(f'{a//b}\n{a/b}') I have written multiple statements using ';' and the concept of f-strings in order to print the required output