Christmas tree

>>> x = [print(" "*(10-x),"*"*x*2) for x in range(0,11)];print("          ||");print("         ====")

          **
         ****
        ******
       ********
      **********
     ************
    **************
   ****************
  ******************
 ********************
          ||
         ====

Subscribe to the newsletter for updates
Tkinter templates
My youtube channel

Twitter: @pythonprogrammi - python_pygame

Videos

Speech recognition game

Pygame's Platform Game

Other Pygame's posts