Write a simple program that creates 3 variables

and Prints them (and the sum of the numbers) as follows:

>>> %Run g9.py
93
1082
4
+
1179


note, the digits should line up (ie, the ones, tens, hundreds, etc)

DO NOT use just spaces – be sure to use formatting Strings

the answer has to be in python