+ 1
Python. What is the output and how?
y=(i for i in range(3)) for i in y: print(i) for i in y: print(i)
1 Respuesta
+ 2
Sashank Reddy use code playground to test this code snippet and you can finish python course to gain more knowledge !
👍ATB
https://www.sololearn.com/learn/Python/2435/