Click the green flag to start. Type "heads" or "tails" - see if you can guess the result of the coin toss. Click "See inside" to see how it works!
Thanks to abee for making the custom "? operator" block. Operators are symbols like + and - used in programming. In the C language, you can write code like this: user_guess == coin_result ? "You're right!" : "You guessed wrong..."