DrZhang Why dose this code display 31 instead of 4 in the console? Because "3" and "1" are string values. When we add a string with a string, the two strings are pasted together. >>> "3"+"1" '31'