Programming for Kids

Using the print function only, draw the following figure on the screen
    *
   * *
  * * *
 * * * *
* * * * *
     *
     *
   * * *
Use the turtle module to draw the following star on the screen
Use the turtle module and the for construct to generate the following meander on the screen