Parent Directory | Revision Log
Refactor each test case into a separate file, when possible
a = 1 b, c = 2, 3 [d,e] = 'f', 'g' print a, b, c, d, e