Given a string s consists of some words separated by spaces, return the length of the last word in the string. If the last word does not exist, return 0.
Word Count: 0