avatar Bite 119. Xmas tree generator

In this Bite you complete generate_xmas_tree that takes a rows arg (= height of the tree). For each row you print row_number*2-1 stars and center them, so for default height=10 the tree would look like this:

         *
        ***
       *****
      *******
     *********
    ***********
   *************
  ***************
 *****************
*******************

No printing to the console this time, you return this output from the function (use newlines / \n between the lines). Good luck and keep calm and code in Python!

Login and get coding
go back Intermediate level
Bitecoin 3X

Will you be Pythonista #165 to crack this Bite?
Resolution time: ~29 min. (avg. submissions of 5-240 min.)
Pythonistas rate this Bite 2.17 on a 1-10 difficulty scale.
» You can do it! 😌

Focus on this Bite hiding sidebars, turn on Focus Mode.

Ask for Help