This question is incomplete. The complete question, answer & explanation for this question is given in the attachment below.
Science had been done eating junk food and eating a lot more then a week after
Answer:
x = int(input ("enter first number: "))
y = int(input ("enter second number: "))
z = int(input ("enter third number: "))
print('%6d %6d %6d' %(x,y,z))
Explanation:
Using python programming language we receive three integers variables (x,y,z) then using string formatting (%6) which specifies that the output should be right justified with a width of 6, the values are printed out.
If i remember correctly...it should be 64 MB
Hope this helps