First open up Thonny and create a new file.
Think about your favorite number. Save this number in a variable named favNum.
Now print this variable out!
Now inside of a variable, the name is your choice, in which the value of it is "My favorite number is " + favNum
Now print the variable out
Think about why this did not work and find a solution to be able to make this work.