Kingsway to Python: Control operators:
con00.py - integer comparison and boolean type
con01.py - boolean algebra
con02.py - operators 'if' / 'elif' / 'else'
con03.py - remove divisors 2,3,5,7,11,13 (nested if))
con04.py - operator 'while'
con05.py - Fibonacci series
con06.py - operator 'for': factorial calculation
con07.py - integer divisors calculations
con08.py - break operator and prime numbers
con09.py - nested loops in development ...
con10.py - statement 'continue' in development ...
con12.py - statement 'break' in development ...
con14.py - while loop with else in development ...
con16.py - for ... in loop with else in development ...