Update 'loop.py'

This commit is contained in:
Wannes-Sys 2023-06-11 22:14:25 +00:00
parent 9c1c366a69
commit 3b3f2e02b6
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# try to guess what it prints, before running it
d = {"Hello":"Heyo","World!":"Mars!"}
d = {"Hello":"Heyo","World:":"Mars!"}
l = [*(_ for ([][:], *_, [][::][::][::]) in zip(*d.items(), [[][:] for *_, in zip("12345","12345")]))]
l = " ".join([*zip(*(_ for ([][:], *_, [][::][::][::]) in zip(*d.items(), [[][:] for *_, in zip("12345","12345")])))][0])
print(l)