PASO 2: ¡Ahora, usaremos bucles for anidados para crear todos los ladrillos de manera rápida y eficiente!

    • En arrastre un Loop with Range . ¡Cambie el rango a 6 ! Esta es la cantidad de filas.
    • ¡Agregue otro Loop with Range SENTIDO DENTRO del primer bucle! Cambie el rango a 9 .
    • En GRÁFICOS de agregue un Rectangle dentro del bucle interno. ¡Debe estar sangrado dos veces!
    • Cambie los argumentos .Rectangle() a ( x , y , 50 , 25 , "blue" ) .

    To navigate the page using the TAB key, first press ESC to exit the code editor.

    # THIS ACTIVITY IS IN PREVIEW ONLY MODE
    • Run Code
    • Enviar Trabajo
    • Actividad Siguiente
    • Show Console
    • Reset Code Editor
    • Codesters How To (opens in a new tab)