# Demonstrates fewer variables x = float(input("What's x? ")) y = float(input("What's y? ")) print(round(x + y))