Objectives

print (len(string)) Numbers and strings are different . Let's ask the user for two numbers and then add them together: Crazy! It doesn't do what we want at all - the answer should be 11. The reason is that numbers and strings are treated differently in Python because they are different types of information. The problem here is that input always gives us back a string regardless of what the ... ................
................