No Sufficient Questions
1) while writing a code, if we haven't decided what to do yet, we use:
2) What is the output of the following? x = "abcdef" i = "a" while i in x[1:]: print(i, end = " ")