mirror of
https://github.com/osmarks/random-stuff
synced 2025-09-17 17:44:04 +00:00
reorganize, upload some things
This commit is contained in:
16
code-guessing/anagram.py
Normal file
16
code-guessing/anagram.py
Normal file
@@ -0,0 +1,16 @@
|
||||
(
|
||||
( __import__ ( "forbiddenfruit" ) . curse ( tuple, "then", lambda a, f: f ( *a ) ), )
|
||||
. then ( lambda _: (
|
||||
__import__ ( "collections" ) . Counter,
|
||||
__import__ ( "operator" ) . eq,
|
||||
__import__ ( "sys" ) . modules,
|
||||
) )
|
||||
. then ( lambda count, eq, mods: (
|
||||
lambda a, b: ( eq (
|
||||
count ( str.replace ( ( str.lower ( a ) ), " ", "" ) ),
|
||||
count ( str.replace ( ( str.lower ( b ) ), " ", "" ) ),
|
||||
) ), )
|
||||
. then ( lambda entry: ( ( mods [ __name__ ] ), )
|
||||
. then ( lambda mod: ( ( setattr ( mod, "entry", entry ) ), ) ) )
|
||||
)
|
||||
)
|
Reference in New Issue
Block a user