# do comment if any problem arises or further clarification needed
# Code assuming python programming language, comment if any other language
#you should do something like
#assign value of y, n and p you want to assign it could be string or number
y=32
n=6
p=3
#use python format strings
print(f"In {str(y)} Easter is on month {str(n)} and day {str(p)}")
Screenshot of code:
Output:
Get Answers For Free
Most questions answered within 1 hours.