Parent Directory
|
Revision Log
Refactor each test case into a separate file, when possible
for x in [1, 2]:
for y in [1,2,3,4,5]:
if y >1: break
print [x,y],
num = 0
while 1:
num = num + 1
print num,
if num == 2: break
| No admin address has been configured | ViewVC Help |
| Powered by ViewVC 1.0.5 |