PYTHON QUIZwaclaw_koscielniakJul 191 min readstring ='abcd'for s in range(len(string)): print(s, end =" ")[Running] python3 -u "/Users/name/test/test29.py"0 1 2 3 [Done] exited with code=0 in 0.044 seconds#Python #PythonDeveloper #quizPython quiz.
Try to answer.