• + 1 comment

    nl = '\n'

    print(f"{a//b}{nl}{a/b}")

    Using the f-string - new format