What is the output of the following code in Python 3.x environment? >x = “abcdef” >i = “i” >while i in x: print(i, end=””)
Questions & Answers › Category: Python › What is the output of the following code in Python 3.x environment? >x = “abcdef” >i = “i” >while i in x: print(i, end=””)