#A single line comment, also known as an end of line comment. """This is a longer multiline comment. """
Here is what the above code is Doing:
1. Creating a variable called ‘x’ and assigning it the value of ‘5’.
2. Creating a variable called ‘y’ and assigning it the value of ‘3’.
3. Creating a variable called ‘z’ and assigning it the value of ‘x’ multiplied by ‘y’.
4. Printing the value of ‘z’ to the console.