Update 'loop.py'
This commit is contained in:
parent
9c1c366a69
commit
3b3f2e02b6
4
loop.py
4
loop.py
|
@ -1,5 +1,5 @@
|
||||||
# try to guess what it prints, before running it
|
# 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)
|
print(l)
|
Loading…
Reference in New Issue