Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Merry Christmas
#1
I wish all programmers and their families Merry Christmas.

   
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply
#2
In [1]: for i in range(2,20,2):
   ...:     print("{:^20}".format("*" * i))
   ...: for _ in range(2):
   ...:     print("{:^20}".format("**"))
   ...:     
         **         
        ****        
       ******       
      ********      
     **********     
    ************    
   **************   
  ****************  
 ******************
         **         
         **      
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#3
No lights?
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#4
Merry Christmas everyone! Have a wonderful holiday season.
Reply
#5
I think sparkz_alot is right. Maybe we can modify the code, that it is blinking in terminal :-)
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Merry Xmas ichabod801 2 2,372 Dec-25-2019, 08:28 PM
Last Post: snippsat
  Christmas image snippsat 2 3,402 Dec-25-2017, 02:01 AM
Last Post: DeaD_EyE
  Christmas Window snippsat 5 6,863 Dec-30-2016, 08:41 AM
Last Post: wavic
  No new computer for Christmas? sparkz_alot 6 6,148 Dec-28-2016, 06:08 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020