# Written in python
a = int(input("Enter an integer: "))
b = int(input("Enter an integer: "))
sum = a + b
# subtract the smaller number from the bigger
if a < b:
dif = a - b
else:
dif = b - a
prod = a * b
print("The sum is", sum)
print("The dif is", dif)
print("The product is", prod)
<span> the new way of </span>removing duplicates<span> from an iterable while keeping it in the original order </span>
Answer:
Jack and John
Explanation:
Jack called John and offered him to come with him and some other friends to go out to the mall.
.....