First Note: Here we have two strings that are concatenated using string operations. When these two expressions are combined, they sit next to each other without a space because we didn't use a space character in either of the strings.
Second Note: Pay attention to the difference between uppercase and lowercase letters. Anything inside the print statement will be printed exactly as it is, so here the letters U
and C
will be printed as uppercase.
The output looks like this: CodeUp