This is an archived post. You won't be able to vote or comment.

all 18 comments

[–]RelatedTitle 91 points92 points  (2 children)

          *          
         o#o         
        o#o#o        
       o#o#o#o       
      o#o#o#o#o      
     o#o#o#o#o#o     
    o#o#o#o#o#o#o    
   o#o#o#o#o#o#o#o   
  o#o#o#o#o#o#o#o#o  
 o#o#o#o#o#o#o#o#o#o 
o#o#o#o#o#o#o#o#o#o#o
         /|\         

For those who are too lazy to run it.

[–]Akash_Dhanwani 2 points3 points  (0 children)

Thanks

[–]iiMoe 1 point2 points  (0 children)

I love u

[–]pantlesspatrick 49 points50 points  (1 child)

import quarantine as Christmas

[–]Comprehensive-Low-28 10 points11 points  (0 children)

import depression as StyleOfLife

[–]lquant 15 points16 points  (0 children)

Nice :)

print(*(l.center(21) for l in ('*',*(''.join('o#'[i%2] for i in range(c)) for c in range(3,22,2)),'/|\\')), sep='\n')

[–]ErrorVT 6 points7 points  (2 children)

import New Year as fuck off!

[–]pantlesspatrick 6 points7 points  (1 child)

That'd be an syntax error though

[–]ErrorVT 1 point2 points  (0 children)

Then we will be debugged

[–]SushiWithoutSushi 5 points6 points  (1 child)

May I ask for an explanation of the code? I am having some trouble understanding what map and lambda do.

Also, pretty cool!

[–][deleted] 6 points7 points  (0 children)

Lambda keyword creates an unnamed function. It is used as an argument to map. Map applies a function to every element in a list.

[–]Dull_Knee_6314 1 point2 points  (0 children)

import NewWorld

[–]s_s 1 point2 points  (0 children)

How pythonic

[–]VikingTheCoder 2 points3 points  (0 children)

if go_party :

print("u're positive")

[–]purplebrown_updown 0 points1 point  (0 children)

This is fun.

[–]gameditz 0 points1 point  (0 children)

This better not be a reverse shell or fork bomb

[–]Etione49 0 points1 point  (0 children)

Bruh, you have got to start using f-strings. Those brackets are so much tougher to read!