Parent Directory | Revision Log
Refactor each test case into a separate file, when possible
print [x+y for x in (1,2,3,4,5,6,7,8) if x > 4 for y in (10,20) if x < 7]