A = int(input())B = int(input()) print(f"A = {A} B = {B} \nA+B = {A+B} A/B = {A/B}")
2 3
A = 2 B = 3 A+B = 5 A/B = 0.6666666666666666
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!