Answer:
d.photographers who follow stars to take pictures
Ummmmmmmmmmmmmmmmmmmmm ok
Answer:
num = int(input("Enter a number: "))
if (num % 2) == 0:
print("{0} is Even number". format(num))
else:
print("{0} is Odd number". format(num))
Answer:
Mail Merge is a way to send the same message to a large number of persons, with each one properly addressed to a specific person.
Explanation: