Skip to main content
Commonmark migration
Source Link

##Pyke, 13 11 bytes

Pyke, 13 11 bytes

z[zdcmt)[.: 

Try it here!

z - input() [zdcmt) - def func(): zdc - input().split(" ") mt - map(>[1:], ^) - func() [ - func() .: - translate() 

Or 2 bytes if in a different input format:

.: 

Try it here!

##Pyke, 13 11 bytes

z[zdcmt)[.: 

Try it here!

z - input() [zdcmt) - def func(): zdc - input().split(" ") mt - map(>[1:], ^) - func() [ - func() .: - translate() 

Or 2 bytes if in a different input format:

.: 

Try it here!

Pyke, 13 11 bytes

z[zdcmt)[.: 

Try it here!

z - input() [zdcmt) - def func(): zdc - input().split(" ") mt - map(>[1:], ^) - func() [ - func() .: - translate() 

Or 2 bytes if in a different input format:

.: 

Try it here!

added 220 characters in body
Source Link
Blue
  • 28.8k
  • 8
  • 53
  • 101

##Pyke, 13 11 bytes

z[zdcmt)[.: 

Try it here!

z - input() [zdcmt) - def func(): zdc - input().split(" ") mt - map(>[1:], ^) - func() [ - func() .: - translate() 

Or 2 bytes if in a different input format:

.: 

Try it here!

##Pyke, 13 11 bytes

z[zdcmt)[.: 

Try it here!

Or 2 bytes if in a different input format:

.: 

Try it here!

##Pyke, 13 11 bytes

z[zdcmt)[.: 

Try it here!

z - input() [zdcmt) - def func(): zdc - input().split(" ") mt - map(>[1:], ^) - func() [ - func() .: - translate() 

Or 2 bytes if in a different input format:

.: 

Try it here!

Source Link
Blue
  • 28.8k
  • 8
  • 53
  • 101

##Pyke, 13 11 bytes

z[zdcmt)[.: 

Try it here!

Or 2 bytes if in a different input format:

.: 

Try it here!