This is a stable version working for a python program for the following statements: 1. assignment (x = e) 2. selection (if e then S_1 else S_2) 3. iteration (while e do S)
1.0
This is an unstable version may not work well for nested while loop.
Supporting python statements are: assignment, selection, iteration (only while loop)