Skip to main content
Commonmark migration
Source Link

##Pyke, 4 bytes

Pyke, 4 bytes

S_0^ 

Try it online!

S_ - reversed(sorted(input)) 0^ - closest_to(^, 0) 

##Pyke, 4 bytes

S_0^ 

Try it online!

S_ - reversed(sorted(input)) 0^ - closest_to(^, 0) 

Pyke, 4 bytes

S_0^ 

Try it online!

S_ - reversed(sorted(input)) 0^ - closest_to(^, 0) 
Source Link
Blue
  • 28.8k
  • 8
  • 53
  • 101

##Pyke, 4 bytes

S_0^ 

Try it online!

S_ - reversed(sorted(input)) 0^ - closest_to(^, 0)