Challenge A Loopy Landscape
Use a variable for the x position



In this challenge, you'll use a while loop to make this landscape fill the screen. As a first step, make a variable for the x position of the tree and grass images.

Var ---- = 0; Image(grass, ----, 270);
Image(tree, ----, 200);