The Art of Writing Short Stories Read Here
#!/usr/bin/env python2 # https://www.hackerrank.com/challenges/list-comprehensions from sys import stdin X , Y , Z , N = [ int ( stdin . readl…