Python Forum
Merry Christmas - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: Merry Christmas (/thread-7162.html)



Merry Christmas - DeaD_EyE - Dec-24-2017

I wish all programmers and their families Merry Christmas.

[attachment=328]


RE: Merry Christmas - wavic - Dec-24-2017

In [1]: for i in range(2,20,2):
   ...:     print("{:^20}".format("*" * i))
   ...: for _ in range(2):
   ...:     print("{:^20}".format("**"))
   ...:     
         **         
        ****        
       ******       
      ********      
     **********     
    ************    
   **************   
  ****************  
 ******************
         **         
         **      



RE: Merry Christmas - sparkz_alot - Dec-24-2017

No lights?


RE: Merry Christmas - j.crater - Dec-24-2017

Merry Christmas everyone! Have a wonderful holiday season.


RE: Merry Christmas - DeaD_EyE - Dec-25-2017

I think sparkz_alot is right. Maybe we can modify the code, that it is blinking in terminal :-)