Hey everybody. I'm writing a code to print a basic tree, with random birds (v) and flowers (o) in it. To randomise this, I'm using a randomly generated number and an if-else statement. The if-else statement however doesn't work as I want it to. I tested it in a separate project to see what the problem is, but whatever number I enter, the program always prints a "o". This is the statement :