Convert the following while loop into for loops and the for loops into while loops.
*
iv checked this in python and a SyntaxError:invalid syntax appears and highlights the code shown below!??!
>>> char = ""
>>> print " Press Tab Enter to stop and Enter to keep going ... "
Press Tab Enter to stop and Enter to keep going ...
>>> for iteration in range(99):
if not char == “\t”: