#!/usr/bin/env python3; import Utils import sys # Begin Main i = int(sys.argv[1]) d = float(sys.argv[2]) print("i + d = {0:f}".format(i + d))