Compare

Report a typo

You need to find the similarities between the two sentences. Take the two sentences from the user input on different lines. Convert these sentences into word lists. Print the results of calculating the similarity indexes of these two sentences.

Sample Input 1:

I will keep you informed
I will update you on that

Sample Output 1:

0.375
Write a program in Python 3
# Write code here
___

Create a free account to access the full topic