diff --git a/loop.py b/loop.py index f9bfce2..9b29d02 100644 --- a/loop.py +++ b/loop.py @@ -1 +1,5 @@ -# coming soon, expect the unexpected \ No newline at end of file +# try to guess what it prints, before running it +d = {"Hello":"Heyo","World!":"Mars!"} + +l = [*(_ for ([][:], *_, [][::][::][::]) in zip(*d.items(), [[][:] for *_, in zip("12345","12345")]))] +print(l) \ No newline at end of file