I think Academic is like books about subjects so educational and school library are like fun books enjoyable
Answer:
The answer is that it is a speaker note.
Explanation:
It leaves a note for people that use presentation files. I use it all the time on my google slides.
user_str1 = str ( input ("Please enter a phrase: "))
user_str2 = str ( input("Please enter a second phrase: "))
def strcmp (word):
user_in1 = int (len(user_str1))
user_in2 = int (len(user_str2))
if user_in1 > user_in2:
return "Your first phrase is longer"
elif user_in1 < user_in2:
return "Your second phrase is longer"
else:
return "Your phrases are of equal length"