12. If the test-expression of a while loop evaluates to false in the beginning of the loop, even before entering in to the loop : (a) how many times is the loop executed? (b) how many times is the loop-else clause executed ? / sa 11 cs chapter 8, sa 11 ip chapter 5 / By PythonCSIP CS IP a) Loop is executed zero times b) Loop-else clause is executed once