Taken from Sloth Bytes
Given a number of petals, return a string which repeats the phrases
Loves me
andLoves me not
for every alternating petal, and return the last phrase in all caps.Remember to put a comma and space between phrases.
Solution
This is the answer I came up with: