Hello, I'm wondering if the following code will run correctly, or if it has any syntax errors. The purpose is to pick a random number (0-11) and
if it is 0, to pick a second random number (0-10) and display the second number,
if it is 11, to pick a second random number (1-11) and display the second number,
and if it is any number between 1 and 10, to display that number. (this way 0 and 11 both have extremely low chances of being shown)