fork download
  1. [print("abc"[:x]+"xyz"[x:]) for x in range(len("abc")+1) if len("abc") == len("xyz")]
Success #stdin #stdout 0s 9992KB
stdin
Standard input is empty
stdout
xyz
ayz
abz
abc