Mindblown/loop.py

5 lines
218 B
Python
Raw Normal View History

2023-06-11 22:05:14 +00:00
# try to guess what it prints, before running it
2023-06-11 22:14:25 +00:00
d = {"Hello":"Heyo","World:":"Mars!"}
2023-06-11 22:05:14 +00:00
2023-06-11 22:14:25 +00:00
l = " ".join([*zip(*(_ for ([][:], *_, [][::][::][::]) in zip(*d.items(), [[][:] for *_, in zip("12345","12345")])))][0])
2023-06-11 22:05:14 +00:00
print(l)