Code
First, we assign variables:
x
=
6
y
=
7
Then, we multiply:
print
x
*
y
Output
The output is:
42