python Zundko One Liner

Piggybacking.

import random as r;k=lambda l:(l and print(l[-1]))or(print("Ki yo shi!!")if ''.join(l[-5:])=="Dung"*4+"Doco"else k(l+[r.choice(("Dung","Doco"))]));k([])

Recommended Posts

python Zundko One Liner
One liner in Python
curl -I python one liner
One liner webServer (with CGI) in python
One liner that outputs multiplication tables in Python
One liner to 100% CPU1 core usage in Python
Zundko getter with python
One Liner Web Server
String shuffle one liner
One Liner Zundco Check
One liner that outputs 1000000 digits of pi in Python
One liner to talk somewhere
Fizzbuzz in Python (in one line)
DMD in Python one dimension
Make python segfault in one line
[Python beginner] Divide one list (5 lines).
CGI server (1) python edition in one line
[Python] Import the module one level higher
Decompose command arguments in one line in Python
[Python] Combine multiple Excel sheets into one
[Python] Invert bool value in one line
I wrote Project Euler 1 in one liner.
Combine python function arguments into one variable
Combine multiple python files into one python file